Load raw data via API endpoint, get Ember to transform it into corresponding models

Just to clarify -you want to override the generic “side loading” ember-data does when your $.ajax request is resolved successfully? (during normal find / find all like logic) ? -what about create /update /delete?