OptionalchildTotal number of immediate children across all entry types.
OptionaldocumentNumber of immediate child documents.
OptionalfolderNumber of immediate child folders.
OptionalhasWhether the folder has at least one immediate child of any type.
OptionalshortcutNumber of immediate child shortcuts.
Opt-in introspection about a folder's immediate children — a total count plus a per-type breakdown. Returned only when explicitly requested via includeChildInfo=true, because the underlying repository calculation is comparatively expensive. Counts are for immediate children only (never recursive/whole-subtree). For folder tree UIs, prefer optimistic lazy expansion (load children on demand) over requesting this for every node.