MongoDB: Can't update in nested arrays
I've been trying to modify a value in multiple arrays for a few arrays and I can't find documentation on how to do this. My collection looks like this "rates": [ { "category": "Web", "seniorityRates": [ { "seniority": "junior", "rate":…