All the mapping of objects within a response object to objects in my data model is clear how to do and works well. However I need to update certain properties on the data model every time values change through mapping, which are not part of the response objects. For example last_synced date or section sorting property (which is a value based on one of the mapped objects), etc.
Is there a way to set this up as part of the mapping operation or do I need to handle such things manually within the success block by iterating through the mappingResult?