MongoDB Add Array Element with Virtual Order
Does anyone know how to add an array element to a mongodb array and set a "virtual" order to the size of the array, all in an atomic operation? So, something like: db.users.updateOne( { _id: 1}, { $addToSet: { images:…