I want to achieve an element in schema like that:
array: [
{id: 0},
{id: 1},
{id: 2}
]
In othr words, I want to declare an array that will hold 3 objects and those 3 objects should already have ids set. I had several attempts, but the objects never showed up