Open
Description
Using the entriesQuery
parameter, you can add a field named populate
that helps you fetch nested collection.
See example
strapi-plugin-meilisearch/resources/entries-query/populate.js
Lines 1 to 11 in 85ca7d3
See doc in Strapi on how populate works.
It would be nice to add some information in the Readme about populate
for users not aware that they need to use populate
to fetch nested collections (see #506)