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