I want to create an anonymous type of a data type class that has more fields that I want
That's not the problem
I want to return an observablecollection(of ?) from the anonymous type
I assume that I could use object but would like to use best practices.