We have data model in loopback where the Customers will have a hasMany relation to Orders, and when i query customers the orders will come in an array for that particular customer and if i want to use existing options given by loopback what is the option i need to use to query to get all the customers with certain order names in AND condition.
Thanks in advance for your help.