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
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,8 +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.
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.
0 commit comments