Unfortunately 'select * from {{ contact_query.data.map(i=>i.lastname) }}' results in 'TypeError: contact_query.data.map is not a function' (lastname does not have an underscore divider).
This is doubly frustrating because my efforts so far are based on another community post...