Skip to content

Commit 514f3c4

Browse files
authored
Merge pull request #1238 from sanders41/used-database-size
Add used_database_size to ClientStats
2 parents 212a07b + b9396c8 commit 514f3c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

meilisearch_python_sdk/models/client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
class ClientStats(CamelBase):
1313
database_size: int
14+
used_database_size: int | None = None
1415
last_update: datetime | None = None
1516
indexes: dict[str, IndexStats] | None = None
1617

0 commit comments

Comments
 (0)