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