Logseq-query command line question: how to choose a property to export

Logseq-query is, by far, the best method for querying and exporting data to CSV. It uses the | separator instead of ,, which ensures there won’t be any conflicts with my notes.

lq q --graph graphname property project contacts -t > contacts.csv

But I found that some of the properties cannot be exported by default.In this case The last-update property is not exported by default .

Is there any way I can export all the properties under project contacts ?