Is it possible to create master-detail projections. For example, lets say I have this ResultSetFields:
CategoryId, Id, Description
And I would create Category-Items relation (Category class has List<Item> Items property) so that all the same category ids are stored in unique Category class which can have many Items.
I guess it is not possible, so how about feature request?