diff --git a/app/types/datastructures.go b/app/types/datastructures.go
index 7837771057b1eeeae8132125771307bda9c883f1..e87825c7fd9d968014cc07b57f4ec57af61ec6d0 100644
--- a/app/types/datastructures.go
+++ b/app/types/datastructures.go
@@ -35,6 +35,7 @@ type AzureCredentials struct {
 }
 
 type Blob struct {
+	BlobName        string
 	ContainerName   string
 	ContainerClient azblob.ContainerClient
 	BlockBlobClient azblob.BlockBlobClient