Which MongoDB collection method updates only the first document that matches a filter?
countDocuments()
updateMany()
findOne()
updateOne()