X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/609646134bcd8fc3a7fd500848220741ecc4a9d2..5759c046e8d53818689774abde541449aeb3e0fb:/sdk/go/arvados/resource_list.go diff --git a/sdk/go/arvados/resource_list.go b/sdk/go/arvados/resource_list.go index 0cc665807b..e4b5f65408 100644 --- a/sdk/go/arvados/resource_list.go +++ b/sdk/go/arvados/resource_list.go @@ -1,3 +1,7 @@ +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: Apache-2.0 + package arvados import "encoding/json" @@ -12,7 +16,7 @@ type ResourceListParams struct { Offset int `json:"offset,omitempty"` Order string `json:"order,omitempty"` Distinct bool `json:"distinct,omitempty"` - Count bool `json:"count,omitempty"` + Count string `json:"count,omitempty"` } // A Filter restricts the set of records returned by a list/index API.