Say I have a document like this:
{
_id: kjakldjflkajda
property: value
nest: [
{
one: 1
two: 2
},
{
one: 2
two: 3
}
]
}
How do I update the nested one property from 2 to 3 without changing the other property from 1 to 3