With version 4+ the thumbnails are not sent in the api call

System Information
  • v4.14.5:
  • ubuntu 18.04:
    -mysql:
  • v16.20.2:
  • 8.19.4:
  • N/A:

I created an image with Strapi v3 and the thumbnails data was returned with the call below:

api/floating-footer?populate[sponsors][populate]=*&locale=en

But now that I have updated to strapi v4 when creating image I’m not sure the thumbnails are created because I’m not getting them with the same call.

api/floating-footer?populate[sponsors][populate]=*&locale=en

I double checked that the thumbnails are generated and the switch is turned ON in the settings.
Then I thought this is because Strapi V4 doesn’t return has many level down anymore. But I just don’t know how to tell it to return the additional level that has the Thumbnail data.

Thanks for your help.