diff --git a/src/types/content-api.ts b/src/types/content-api.ts index 04fe36e..d17d931 100644 --- a/src/types/content-api.ts +++ b/src/types/content-api.ts @@ -67,9 +67,10 @@ export interface BaseQueryParams { * * Can be: * - a `string` to specify relation paths as `populate=name` + * - an `array` of strings to specify multiple relation paths * - an `object` to enable deeper population configurations */ - populate?: string | Record; + populate?: string | string[] | Record; /** * Specifies the fields of documents to include in the response.