There was an error while loading. Please reload this page.
1 parent f70c16f commit 89f8c57Copy full SHA for 89f8c57
1 file changed
src/apify_client/_models.py
@@ -545,7 +545,7 @@ class BuildStats(BaseModel):
545
duration_millis: Annotated[int | None, Field(examples=[1000])] = None
546
run_time_secs: Annotated[float | None, Field(examples=[45.718])] = None
547
compute_units: Annotated[float, Field(examples=[0.0126994444444444])]
548
- image_size_bytes: Annotated[float | None, Field(examples=[975770223])] = None
+ image_size_bytes: Annotated[int | None, Field(examples=[975770223])] = None
549
550
551
@docs_group('Models')
0 commit comments