I have an Entity (Bla) which has a ManyToMany relation to another Entity (Foo).
Therefore, $Bla->getFoos() returns a collection of Foo.
I would like to make