diff options
Diffstat (limited to 'common/src/api.rs')
| -rw-r--r-- | common/src/api.rs | 1 |
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 { |