diff --git a/src/internal/m365/collection/drive/collection.go b/src/internal/m365/collection/drive/collection.go index cfcb6099e..a3370bc89 100644 --- a/src/internal/m365/collection/drive/collection.go +++ b/src/internal/m365/collection/drive/collection.go @@ -100,7 +100,7 @@ type CorsoDriveItemable interface { GetName() *string GetSize() *int64 GetFile() models.Fileable - GetFolder() *models.Folder + GetFolder() models.Folderable GetAdditionalData() map[string]interface{} GetParentReference() models.ItemReferenceable SetParentReference(models.ItemReferenceable)