User.find({ _id: { $in: followedIDs } }, (err, verbs) => {});
const records = await Model.find().where('_id').in(ids).exec();