class ReeDaoLoadAggTest::UsersAggWithDto

def author_opts

def author_opts
  { to_dto: -> (author) { ReeDaoLoadAggTest::AuthorDto.new(author) }}
end