I am learning about map() and I’m trying to update array of objects. So for the example below, I am trying to do something like:map(1.shopping_basket.items; item_name, item_price), where result is the same array but containing just item_name, item_price fields. Is this possible or am I misusing the map() function?