When requesting specific fields in a GET request, there are default fields that are included as well. I'm specifically talking about the Updates collection on the Task object.
If I send the following query:
attask/api/task/search?fields=updates:entryDate
The updates that are returned, for some reason, include a number of other fields, including "message", which could be quite large.
Is there are way to have the API exclude one or more of those "default" fields that are returned?