list_options() :: store_id_opt() | where_opt() | order_opt()
order_opt() :: {:order, list()}
start_options() :: store_id_opt() | where_opt()
stop_options() :: store_id_opt() | where_opt()
store_id_opt() :: {:store_id, atom()}
where_opt() :: {:where, list()}
list([list_options()]) :: no_return()
start([start_options()]) :: no_return()
stop([stop_options()]) :: no_return()