package types type BackupFile struct { Name string `json:"name"` Size string `json:"size"` }