class ReeDaoAggTest::AggUsersOnlyExceptKeys

def call(ids_or_scope, **opts)

def call(ids_or_scope, **opts)
  agg(users, ids_or_scope, **opts) do
    belongs_to :organization
    has_many :books
  end
end