If I have an array of objects with multiple fields - id, name, age, weight, owner - how do I use LINQ to make shorter lists containing only name and owner?
I can writ