find by array element mongoose code example Example: find by array of ids mongoose User.find({ _id: { $in: followedIDs } }, (err, verbs) => {});