When annotating a class' properties like so: ``` @Collection(Edm.EnumType(Foo)) Bar!: Foo; ``` The metadata returned looks like the following: `<Property Name="Bar" Type="Collection([object Object])"/>` Are there additional steps required to make this work?
When annotating a class' properties like so:
The metadata returned looks like the following:
<Property Name="Bar" Type="Collection([object Object])"/>Are there additional steps required to make this work?