Step: map(select(...)) — filter arrays
map(select(...)) — filter arrays
Because map runs any filter, map(select(cond)) keeps only the elements that match — returning a filtered array (vs. .[] | select, which returns a stream).
Your turn: return an array of the products in the "office" category.
Input:
Expected:
Step 19 of 27