Hi Chad,
You can use the text binding
So you would have something like
This car is built in {{query.data.year}} the make is a {{query.data.make}} and the model is a {{query.data.model}}
As Brad points out, you’ll be able to select the actual fields relevant to your query when doing the binding.