public function getReportsValidationCostsHavingGoogleAccount(): array {
return $this->createQueryBuilder('c')
->andWhere('c.google_account != \'\'')
->getQuery()
->getResult()
;
}