Skip to content

Commit 8c1938b

Browse files
committed
🤖 Update LLMs files [skip ci]
1 parent 044010b commit 8c1938b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docusaurus/static/llms-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4226,7 +4226,7 @@ To build complex queries with multiple-level population, use the [interactive qu
42264226
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.
42274227

42284228
:::note
4229-
The population and pagination operators cannot be combined.
4229+
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).
42304230
:::
42314231

42324232
#### Populate with field selection

0 commit comments

Comments
 (0)