in helpers/navigation/nav_tree.js [10:12]
get topLevelNodes() { return this.nodes.filter((node) => node.depth === 0); }