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 2678769 commit 8c59d1bCopy full SHA for 8c59d1b
docs/usage/reading/pagination.md
@@ -18,6 +18,10 @@ 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