public function countByCompanyAndLanguage(
        UuidInterface $companyId,
        Language $language
    ): int {
        $qb = $this->entityManager->createQueryBuilder();