I have two entities:
interface Foo : Entity { //some fields @get: [OneToMany] val bars: Array } interface Bar : Entity { //some