When working with the .Group property, there is an option for changing the sort.
.Group(group => group.Add(p => p.fieldname))
it would appear that you should be able to set the System.ComponentModel.ListSortDirection
This is not working, and the documentation is abysmal.
Instead of the group sorting asc, I need it to sort desc.