From a7e8095bdaa6ebec05a20e76c6d936827f586731 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 12 Mar 2026 15:31:16 +0100 Subject: show child count via nku --- common/src/api.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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>, + pub child_count: u64, } pub struct Stats { -- cgit v1.3