*/ class StatisticsBouncesRepository extends Repository { protected function getEntityClassName(): string { return StatisticsBounceEntity::class; } }