const members = await subtable.find({ party: req.body.party }).populate({ path: "user_id", //subtable field which refers to your main table select: "fname lname", });