I am working with a class which is both NSManagedObject and Codable. It\'s a Feed and it has multiple Albums. I want the
NSManagedObject
Codable
Feed
Albums
I want the ordered list of Albums
It is your job to give the Album entity an attribute to sort by. Then, when you fetch, you can pass a sort descriptor to receive the Albums sorted on that attribute.