This would allow larger data sets to be retrieved without having to make excessive calls and would align pagination across the API.
An example of an endpoint without pagesize is the GET request for "/assetlayouts"
There is no page_size filter here. This would greatly increase what could be done with various endpoints.