📅  最后修改于: 2022-03-11 14:59:50.655000             🧑  作者: Mango
const documents = await DocumentModel.find().select({name:1}).lean()
// Use .lean() method before ending the queryy --> Happy coding