Skip to content

Commit b096525

Browse files
Update docs/usage/reading/pagination.md
Co-authored-by: Bart Koelman <10324372+bkoelman@users.noreply.github.com>
1 parent 07534e2 commit b096525

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/usage/reading/pagination.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +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.
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.
2324
2425
## Configuring Default Behavior
2526

0 commit comments

Comments
 (0)