I have a couple of properties in my mongoose model that are Arrays. Right now, I get a lot of warnings: Unhandled type: Array. I'm not sure if I missed something in the configuration or if the way I use arrays are not supported (yet).
Example from the model:
ArrayOfNumbers: [Number]
I have a couple of properties in my mongoose model that are Arrays. Right now, I get a lot of warnings:
Unhandled type: Array. I'm not sure if I missed something in the configuration or if the way I use arrays are not supported (yet).Example from the model:
ArrayOfNumbers: [Number]