I have a results array containing the fetch results from core data. It is an array of Dictionaries (according to NSDictionaryResultType).
The object I fetch is a car, car has name,make,model,color (which I can see all in the array). However car also has a toCarParts relationship. This NSSet contains carPart objects (wheel, tire, etc...)
How do I access this (is it faulted in the dictionary?)