We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59d1b commit d5c20f3Copy full SHA for d5c20f3
docs/usage/reading/pagination.md
@@ -18,10 +18,6 @@ and on included resources, for example:
18
GET /api/blogs/1/articles?include=revisions&page[size]=10,revisions:5&page[number]=2,revisions:3 HTTP/1.1
19
```
20
21
-> [!NOTE]
22
-> For optimal performance, pagination links and total meta are not returned for *included* to-many relationships.
23
-> See [here](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1738) for details.
24
-
25
## Configuring Default Behavior
26
27
You can configure the global default behavior as described [here](~/usage/options.md#pagination).
0 commit comments