class ReeDaoAggTest::AggUsersWithoutDao

def call(ids_or_scope, **opts)

def call(ids_or_scope, **opts)
  agg(users, ids_or_scope, **opts) do
    has_many :something
  end
end