```php abstract class AbstractEntityRepository implements EntityRepositoryInterface { abstract protected function getMappedFields(): array; ``` Do you plan something like this?