Merge branch 'master' into 9998-no-count-items-available
[arvados.git] / sdk / go / arvados / resource_list.go
index 242fb7e406542bda161a528519ea03f4f204db0e..0cc665807b17e4d5a9735c6bf1b7f4242ec08998 100644 (file)
@@ -11,6 +11,8 @@ type ResourceListParams struct {
        Limit        *int     `json:"limit,omitempty"`
        Offset       int      `json:"offset,omitempty"`
        Order        string   `json:"order,omitempty"`
+       Distinct     bool     `json:"distinct,omitempty"`
+       Count        bool     `json:"count,omitempty"`
 }
 
 // A Filter restricts the set of records returned by a list/index API.