I managed to do it with
let foo = await strapi.entityService.findMany(contentType, {
populate: 'localizations',
// ...
});
I managed to do it with
let foo = await strapi.entityService.findMany(contentType, {
populate: 'localizations',
// ...
});