class ReeDaoAggTest::AggUsersOnlyDataset

def call(ids_or_scope, **opts)

def call(ids_or_scope, **opts)
  agg(users, ids_or_scope, **opts) do
    has_many :books, books.where(title: "1408")
  end
end