I have following document structure
{
assets : {
type : [
{
type : spread
scene : [
{
....
},
{
....
}
]
}
]
}
}
So I want to add new element in "scene" array with match condition of type "spread" in same document
How can I write Mongo Update query for the same ?