let response = await LogModel.find({}).limit(10).exec();
const results = await Model.find({}, '', { sort: { score: -1 }, limit: 10 })