Suppose we have a collection named orders that contains documents with an array field items that lists the items ordered by each customer. Which of the following queries would return all the orders that have both a "shirt" item with a size "M" and a "pants" item with a size "L"?
Note: This assumes that each item in the items array has a name and size field.