I have a query service to load an item from my collection. I'd like to update a few fields then call my create service to add a new item/row to the collection. Do I have to copy all items from the query service to local storage and/or components before I map them back to for the create service call? Or is there a simpler method (similar to an update service)?