instance() :: Tai.Advisors.Instance.t()
opt() :: store_id_opt() | where_opt() | order_opt()
order_opt() :: {:order, list()}
store_id_opt() :: {:store_id, atom()}
where_opt() :: {:where, list()}
get([opt()]) :: [instance()]