Rest API - Pagination Patterns
An API client sends
/items?page=2 without a limit parameter. The server defaults to 20 items per page. How many items will the client receive?