When I run the unreviewed image query, with or without a user ID passed in, I get back an unpredictable number of results, usually 2-6. This is happening on [[ https://gerrit.wikimedia.org/r/c/mediawiki/extensions/MachineVision/+/543932 | this patch ]], where only 1 query should ever be running at a time.
The total # of items I have locally is ~30. In addition to that, I have a bunch of deleted images, where I deleted the filepage for an image I uploaded.
When reviewing the suggestions in the "Popular" tab and then moving to the "Personal Uploads" tab, you can see that the reviewed images are still present in the queue and the page need to be refreshed.
## Steps to Reproduce:
- Check out the patch linked above locally
- Upload a few images (you really need more than 10 to test this thoroughly...)
- Delete some of their filepages
- Load the special page and observe the total number of images found by the query, and the number of results you're getting per API call
## Actual Results:
You'll see fewer than 10 images per API call
## Expected Results:
Each API call returns 10 images, until you run out of images on the final call