Hi there
I want to get the localizations via strapi.entityService.findyMany
. So far im only able to get entries in a specific local (but without the corresponding localizations) like this:
let foo = await strapi.entityService.findMany(contentType, {
locale: locale,
});
But I want something like this as result (this is from a GET request):
Can you please help me? This would be very nice <3