📄️ update()
Update a single record; supports atomic number operations (increment/decrement/multiply/divide) and nested writes
📄️ updateMany()
Update all matching records and get the updated count; supports limit
📄️ updateManyAndReturn()
Update all matching records and return the updated records
📄️ upsert()
Update a record if it exists, otherwise create it