Implement the pagination functionality: query limits for the `search ` and `search/data` endpoints
- Introduce a capability in the search query that will allow to set the number of items available in the response
- Verify if aggregation works appropriately in case of using the pagination (we retrieve datasets/parquets by batches)
Default is 100 records per page
Grouping/aggregation, then apply pagination
Edited by Yurii Poliakov