I found a solution:
in my controller homepage.js I replaced:
entity = await strapi.services.homepage.find();
by :
entity = await strapi.services.homepage.find({...ctx.query});
I found a solution:
in my controller homepage.js I replaced:
entity = await strapi.services.homepage.find();
by :
entity = await strapi.services.homepage.find({...ctx.query});