Does a paginated API always return the same set of items in the first page, providing the data hasn’t changed? My thinking is that the items in the subsequent pages must be “after” the first page. If the set in the first page is not the same across requests, then 1 or more items originally in the subsequent pages must have replaced an item on the original “first” page, which violates the ordering between pages.