diff --git a/object_storage_buckets.go b/object_storage_buckets.go index b964fe823..598868cc2 100644 --- a/object_storage_buckets.go +++ b/object_storage_buckets.go @@ -17,6 +17,8 @@ type ObjectStorageBucket struct { Created *time.Time `json:"-"` Hostname string `json:"hostname"` + Objects int `json:"objects"` + Size int `json:"size"` } // ObjectStorageBucketAccess holds Object Storage access info