We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9d1f4 commit 286a00aCopy full SHA for 286a00a
1 file changed
src/apify_client/_models.py
@@ -1,6 +1,6 @@
1
# generated by datamodel-codegen:
2
# filename: openapi.json
3
-# timestamp: 2026-01-23T13:59:39+00:00
+# timestamp: 2026-01-23T15:26:19+00:00
4
5
from __future__ import annotations
6
@@ -1169,7 +1169,7 @@ class GetRunResponse(BaseModel):
1169
1170
1171
class TaskStats(BaseModel):
1172
- total_runs: Annotated[int, Field(alias='totalRuns', examples=[15])]
+ total_runs: Annotated[int | None, Field(alias='totalRuns', examples=[15])] = None
1173
1174
1175
class TaskShort(BaseModel):
0 commit comments