NavigationItem: {
    children?: NavigationItem[];
    class?: string;
    kind: ReflectionKind;
    path?: string;
    text: string;
}