My structure is something like this:
{
"_id": "13hu13o13uuo1",
"profiles": {
"1": [1,2,3],
"847891": [3, 4],
..
}
}
"profiles" is an "object-array"/dictionary that has dynamic keys and their values are arrays.
How can I update all profile elements, inserting, let's say, 11 in every array?
Version: Mongo 4.2.3