aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/src/api.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/src/api.rs b/common/src/api.rs
index 9cf5e04..061ff09 100644
--- a/common/src/api.rs
+++ b/common/src/api.rs
@@ -13,6 +13,7 @@ pub struct Nku<'a> {
pub node: Cow<'a, Object>,
pub userdata: Cow<'a, Object>,
pub role: Option<Cow<'a, str>>,
+ pub child_count: u64,
}
pub struct Stats {