We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639a561 commit 84782afCopy full SHA for 84782af
services/storage/src/simcore_service_storage/models.py
@@ -73,6 +73,7 @@ class FileMetaDataAtDB(BaseModel):
73
upload_expires_at: datetime.datetime | None = None
74
is_directory: bool
75
sha256_checksum: SHA256Str | None = None
76
+ ref_count: int = 0
77
78
model_config = ConfigDict(from_attributes=True, extra="forbid")
79
0 commit comments