I would like to add the entire query to a json object. As you can see below I have to manually specify which fields I want. Is there a way to just dump the entire query response into the json object? I do add other things which are calculated on the fly which is why i cannot just call the query as an endpoint on its own.