I am using a notification with the name NSManagedObjectContextDidSaveNotification and when it receives the notification, the userInfo dictionary contains all the changes just made to the context during the save. How can I extrapolate that data into my managed object model? I tried doing thisI am using a notification with the name NSManag