diff --git a/acacore/models/file.py b/acacore/models/file.py index f98f97d..865ee8c 100644 --- a/acacore/models/file.py +++ b/acacore/models/file.py @@ -70,7 +70,7 @@ class File(ACABase): puid: Optional[str] relative_path: Path = Field(primary_key=True) is_binary: bool - file_size_in_bytes: int + size: int signature: Optional[str] warning: Optional[str] = None action: list[TAction] = Field(default_factory=list)