Populate from a need nested component

System Information
  • Strapi Version: 4.0.5
  • Operating System: MacOS
  • Database: Default strapi DB : SQL N
  • Node Version: 14.18.1
  • NPM Version: 6.14.15
  • Yarn Version: 1.22.17

Hello !

I’m contacting you because I can’t solve my problem with API calls.
I’m trying to get images in components which are themselves in single and collection types.

Before publishing, I read this topic: How to populate component that comes from a deep nested relation
The gist that is quoted in this topic: GitHub - nextrapi/Strapi_v4_Deep_Populate: An example of deep populating components and dynamic zones in Strapi V4


On the whole project, I have a lot of pages and components, the method quoted in the gist would force me to modify each controllers and think to edit them at each content modification.

It is really impossible to get the images of the components on a single API call?

I thank you very much! :pray::pray:

Camille