Using the Google Photos API Explorer I am trying to limit the number of albums returned using the albums.list method.
If I set pageSize = 10, the api explorer returns 5 albums, if I set it to 3 in returns 1 album.
Any suggestions as to why I am not seeing the same number of albums in the response as is set via the pageSize parameter?
Thanks