Barelydead / strapi-plugin-populate-deep

A Strapi plugin that makes it easier to populate deep content structures
172 stars 39 forks source link

Select in populate param #24

Open dawid-jazdzewski-BO opened 1 year ago

dawid-jazdzewski-BO commented 1 year ago

I would love to see something like "select: []" array in configuration file to choose what attributes should be returned by api. This array could be injected in your getFullPopulateObject function. Right now it can be done by setting privateAttributes for collection types, but it not possible to set it for media response so funcionalitty like this could provide possiibilities to reduce media object response. image