The above might hint at the fact that some documents do not have the rates array.
I would try to update only document that matches
{"rates.0":{"$exists":true}}
The above might hint at the fact that some documents do not have the rates array.
I would try to update only document that matches
{"rates.0":{"$exists":true}}