Closed
Description
There is some conflicting information in the docs regarding pagination behavior when no page query parameters are sent by the client.
Here, it implies that requests will always be paginated by default by what is defined on the model, or by what is set as the default on the paginator:
But here, there is a section about forcing pagination when no query parameters are set:
The latter is the behavior I observe as being correct but the documentation of the former makes this confusing and I'm not sure what the point of it is.