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