When using paged requests, to ensure page results are consistently ordered no matter what the page size or number, the final sort field needs to be constant and unique. otherwise whatever orderby you have specified, if there are multiple matches the database will return them in any order and when using offset an limit this can sometimes mean the result you expect is not returned at all between pages
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by kane-mason and has received 0 comments.