I'm building a report for my CRM app and need to figure out how to write the FetchXML statement. I have two custom entities in a parent-child relationship. I need to select all fields from both parent and child entities but for the child entity I only want to retrieve the latest record. I have seen examples of how to achieve this using "groupby" and "aggregate" clauses but they only bring back the date column. How do I fetch all the columns in the child entity?