In new Symfony version a lot of configs are migrationg to attributes. What about to make smae this in this bundle? E.g. wa have POPO model FooBar: ```php #[TypeMap('foo_bar')] class FooBar { private string $someProperty; } ```