Query results not showing for The Events Calendar posts

Has anyone figured out how to pull The Events Calendar posts into a query loop?

I’ve tried Posts > Events through the regular query builder as well as a custom PHP query…

"return [

‘post_type’ => ‘tribe_events’,

‘posts_per_page’ => ‘10’,

];"

…to no avail

I see Events in post type…I can even select a known Event in the Include input. It renders in the builder but not on the front end…it shows that no posts were found.

Hoping someone much smarter than me has it figured out already.