return @query.connection.accumulate(
        :path => 'games/top',
        :params => params,
        :json => 'top',
        :create => -> hash { Game.new(hash, @query) },