We have observed that when we use limit parameter we get different number of results in case of an Even Limit parameter e.g.; 2 For example: https://api-test.interhyp.de/submission/v2/submissions/protocol?since=2020-04-06T00:00:00Z&embed=false&protocolType=document Return in total 5 Submissions But when we add limit parameter and go through next pages using after parameter we get total 6 results, where one result is duplicated. **Page 1** https://api-test.interhyp.de/submission/v2/submissions/protocol?since=2020-04-06T00:00:00Z&protocolType=document&limit=2 **Page 2** https://api-test.interhyp.de/submission/v2/submissions/protocol?since=2020-04-06T00:00:00Z&protocolType=document&limit=2&after=1590125649271 **Page 3** https://api-test.interhyp.de/submission/v2/submissions/protocol?since=2020-04-06T00:00:00Z&protocolType=document&limit=2&after=1593160682079