diff options
| author | metamuffin <metamuffin@disroot.org> | 2026-03-12 15:31:16 +0100 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2026-03-12 15:31:16 +0100 |
| commit | a7e8095bdaa6ebec05a20e76c6d936827f586731 (patch) | |
| tree | 34c190e5e41e37279212ff1be06a5f2bd5695ee7 /common | |
| parent | 7dee77aaf7b663f65c7f0da514839b7ccc965f52 (diff) | |
| download | jellything-a7e8095bdaa6ebec05a20e76c6d936827f586731.tar jellything-a7e8095bdaa6ebec05a20e76c6d936827f586731.tar.bz2 jellything-a7e8095bdaa6ebec05a20e76c6d936827f586731.tar.zst | |
show child count via nku
Diffstat (limited to 'common')
| -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 { |