@@ -4,6 +4,7 @@ type (
MetaData struct {
FileName string `json:"fileName"`
FileType string `json:"fileType"`
+ Size string `json:"size"`
}
UrlWithMetaData struct {