You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/usage/reading/pagination.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,9 @@ and on included resources, for example:
18
18
GET /api/blogs/1/articles?include=revisions&page[size]=10,revisions:5&page[number]=2,revisions:3 HTTP/1.1
19
19
```
20
20
21
+
> [!WARNING]
22
+
> Included resource collections do not have pagination links or total meta. See [here](https://github.com/json-api-dotnet/JsonApiDotNetCore/issues/1738) for rationale.
23
+
21
24
## Configuring Default Behavior
22
25
23
26
You can configure the global default behavior as described [here](~/usage/options.md#pagination).
0 commit comments