options() :: [store_id_opt() | where_opt() | order_opt()]
order_opt() :: {:order, list()}
store_id_opt() :: {:store_id, atom()}
where_opt() :: {:where, list()}
list(options()) :: no_return()