Searchkit display with event location data
We are trying to create a searchkit display that includes event address fields.
I can create the query I want using API4 explorer
/civicrm/api4#/explorer/Event/get?select=%5B%22title%22,%22address.*%22%5D&join=%5B%5B%22LocBlock%20AS%20loc_block%22,%22LEFT%22%5D,%5B%22Address%20AS%20address%22,%22LEFT%22,null,%5B%22loc_block.address_id%22,%22%3D%22,%22address.id%22%5D%5D%5D
But I don't see how I could create that query in Searchkit.
Is there some meta data missing? And/Or an advanced mode that we could use?