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 24d4d7f commit f166b71Copy full SHA for f166b71
src/client.rs
@@ -1119,6 +1119,7 @@ impl<Http: HttpClient> Client<Http> {
1119
#[serde(rename_all = "camelCase")]
1120
pub struct ClientStats {
1121
pub database_size: usize,
1122
+ pub used_database_size: usize,
1123
#[serde(with = "time::serde::rfc3339::option")]
1124
pub last_update: Option<OffsetDateTime>,
1125
pub indexes: HashMap<String, IndexStats>,
0 commit comments