options() :: [store_id_opt() | where_opt() | order_opt()]
order_opt() :: {:order, [atom()]}
store_id() :: Tai.Venues.VenueStore.store_id()
store_id_opt() :: {:store_id, store_id()}
where_opt() :: {:where, [{atom(), term()}]}
list(options()) :: no_return()