I have an application with 5443 products as confirmed with the DataService Count method.
When I fetch 1000 products via REST v2, it returns 980 products. The next page token is empty.
When I fetch only 100 products via REST v2, it returns 99 products. The next page token is empty.
I can provide the app id in a DM if needed.