When working with backbone.js if you do a POST or PUT, the attributes coming back will trigger an update to that client side model. We should allow a property like '_returnable_save_attrs' that defines which attributes the model returns when traversed.