Calling API with pageSize=n and offSet=0 returns different recordsets

In trying to debug my previous issue:2nd API call to load data with offSet returns duplicate records
I have found that varying pageSize while keeping offset the same will return different recordsets which makes pulling down all data by changing the offSet without duplicates impossible.
For example, calling /v1/data/Links?pageSize=5&offset=0
Then calling /v1/data/Links?pageSize=6&offset=0
-will not return the same initial 5 records plus a new record.

Hi, Chuck.

Can you reproduce the issue with REST console in Backendless Console? As far as I see it now it works fine:

http://support.backendless.com/public/attachments/f8afa50c2df3a6e05a7066051a24c84a.png</img>

Happy to close this- related to:

http://support.backendless.com/t/2nd-api-call-to-load-data-with-offset-returns-duplicate-records#comment-18299