diff --git a/proxmox/nodes/storage_types.go b/proxmox/nodes/storage_types.go index c381bf505..ee83f19c4 100644 --- a/proxmox/nodes/storage_types.go +++ b/proxmox/nodes/storage_types.go @@ -19,7 +19,7 @@ type DatastoreFileListResponseBody struct { type DatastoreFileListResponseData struct { ContentType string `json:"content"` FileFormat string `json:"format"` - FileSize int `json:"size"` + FileSize int64 `json:"size"` ParentVolumeID *string `json:"parent,omitempty"` SpaceUsed *int `json:"used,omitempty"` VMID *int `json:"vmid,omitempty"`