Hi all,
I have created a custom route with a custom controller behind it using strapi.entityService.findMany() method.
In the response I get I do not have the meta object with the pagination details populated. It is empty.
Also tried with strapi.db.query().findMany() but same issue.
How can I have data in the meta object in my response from my custom controller?
Thanks in advance.