Let's say I have a long list of names and each name is a map (firstName, middleName, lastName). Now I want a list of firstName. I know how to build the list the hard way by going through each item. I'm wondering whether there is any trick, an easier way, to achieve that.