Is Owner with multiple owners

I’m following the is owner tutorial here for my Vendor type. A Vendor has multiple users. How can I find a vendor with users including the context id.

const [vendor] = strapi.services.vendor.find({
  id,
  'users.id': // Need to figure out here users.include(user_id)
})