exec()

const result = await MyModel.find({}).exec();

lean()

const result = await MyModel.find({}).lean();

요약