Rest API - Pagination Patterns
Given this API call:
/api/products?page=3&limit=5, which items will the server return if the dataset is ordered and zero-based indexed?