Accessing raw object fields in VEGA-Lite

I think the issue here is I’m not formatting the data properly

"format": {"property": "hits.hits[0]._source.objectField"}

Is there a way to do this with a transform so that I can have other fields too?

aka, have "format": {"property": "hits.hits[0]._source”}