For Workes & Pages, what is the name of the domain?
example.com
What is the issue or error you’re encountering
In our images account we have 253,620 images currently stored. In our script we divide this by 10,000 (number of images per request) and then ceil on that figure giving us 26 requests. So in a for loop we request the endpoint a total of 26 times with an image request of 10,000. When returning the 26th request I would have expected to see 3,620 images with no continuation token present. However it will return a total count overall of 260,000 images. How is this possible with a images stored current figure of 253,620?