Rest API - Pagination Patterns
Given a REST API endpoint
/api/users?page=3&limit=5, which users will be returned if the dataset is ordered by ID starting at 1?