Rest API - Pagination Patterns
You have this API call:
GET /users?offset=20&limit=10. The API returns an empty list even though there are 25 users total. What is the likely problem?