diff --git a/docusaurus/docs/dev-docs/api/rest/sort-pagination.md b/docusaurus/docs/dev-docs/api/rest/sort-pagination.md index 4b13cbe959..c2c0483f2d 100644 --- a/docusaurus/docs/dev-docs/api/rest/sort-pagination.md +++ b/docusaurus/docs/dev-docs/api/rest/sort-pagination.md @@ -198,7 +198,7 @@ To paginate results by page, use the following parameters: | ----------------------- | ------- | ------------------------------------------------------------------------- | ------- | | `pagination[page]` | Integer | Page number | 1 | | `pagination[pageSize]` | Integer | Page size | 25 | -| `pagination[withCount]` | Boolean | Adds the total numbers of entries and the number of pages to the response | True | +| `pagination[withCount]` | Boolean | Adds the total numbers of entries and the number of pages to the response | true |