I have following models:
Foo
[{ a: string b: string, c: [ObjectId, ref: Bar] }]
Bar
[{ name: string }] <
[{ name: string }]