I've got a situation in which I'd like to read from one service and update to a different one, and they have slightly different models. The read data includes some joins that facilitate showing it in a grid, but those joined fields can't be part of the update. I see with transport.update.data, I can send additional parameters, but can I remove parameters from the model as well?