Which Mongoose method is used to find a single document by its _id?
Model.____('documentId') .then(...
getById
findOneById
findById
searchById