Get localizations with strapi.entityService

I managed to do it with

  let foo = await strapi.entityService.findMany(contentType, {
    populate: 'localizations',
    // ...
  });