Skip to content

Commit 07534e2

Browse files
committed
Add note on included and pagination
1 parent 2678769 commit 07534e2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/usage/reading/pagination.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ and on included resources, for example:
1818
GET /api/blogs/1/articles?include=revisions&page[size]=10,revisions:5&page[number]=2,revisions:3 HTTP/1.1
1919
```
2020

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+
2124
## Configuring Default Behavior
2225

2326
You can configure the global default behavior as described [here](~/usage/options.md#pagination).

0 commit comments

Comments
 (0)