MongoDB Method: db.collection.findOne()
Find the first document in a specific collection or view, that matches the provided filter. We get a single document that fulfills the criteria. If the provided criteria match multiple documents in the collection/view, then this command returns the first document.