If your `queryAsync` returns a `Future`. If you do...
# coroutines
e
If your
queryAsync
returns a
Future
. If you do it without
await
you get a future. You use
await
to well, await, for the result of that future.