I’m facing an issue with the findOneAndUpdate method. I recently upgraded my MongoDB driver to version 6.17. Everything seems to be working fine except for one thing: when I update a document, it gets updated in the database, but the method doesn’t return anything. Specifically, res.value, res.error, and res.lastErrorObject are all undefined. I don’t understand why nothing is being returned.