If i fetch data from "parent" and assign it to a fetchresultscontroller, i still have to call
[parent.images allObjects]
in my cellForRowAtIndexPath to get to the child data. Is this a normal thing to do or can i get the real data from child right in my fetchedresultscontroller?