Open
Description
https://next-drupal.org/guides/page-limit
To override the page max size, set the following parameter in your Drupal settings.yml file and clear caches.
parameters: next_jsonapi.size_max: 100 // Set your max limit here.
Where exactly do I put this? What is 'Drupal settings.yml'?