Skip to content

Commit d5c20f3

Browse files
Revert "Add note on included and pagination (json-api-dotnet#1744)"
This reverts commit 8c59d1b.
1 parent 8c59d1b commit d5c20f3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/usage/reading/pagination.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ 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-
> [!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-
2521
## Configuring Default Behavior
2622

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

0 commit comments

Comments
 (0)