Skip to content

Commit 044010b

Browse files
Clarify populate and pagination combination (#3048)
* docs(rest): clarify populate and pagination interaction * Apply suggestion from @pwizla * fix: resolve encoding and apply style guide suggestion --------- Co-authored-by: Pierre Wizla <pwizla+github@gmail.com>
1 parent a6f4a69 commit 044010b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus/docs/cms/api/rest/populate-select.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ To build complex queries with multiple-level population, use the [interactive qu
155155
You can combine the `populate` operator with other operators such as [field selection](/cms/api/rest/populate-select#field-selection), [filters](/cms/api/rest/filters), and [sort](/cms/api/rest/sort-pagination) in the population queries.
156156

157157
:::note
158-
The population and pagination operators cannot be combined.
158+
Top-level pagination parameters (e.g., `pagination[page]` and `pagination[pageSize]`) work alongside `populate` to paginate the main query results. However, you cannot apply pagination parameters directly to populated relations to limit the number of related entries returned within each result (nested pagination on relations is not supported in the REST API).
159159
:::
160160

161161
#### Populate with field selection

0 commit comments

Comments
 (0)