Requests that return more than a single result will oftentimes be “paged” such that we return a limited number of records for each request. By default, all "List" endpoints return paginated results.
That said, as of today there is no such limit per page and so all entries will be resolved on a single page.