@if (!isLoaded) {
} @else { @if (showCollectionsFilter()) { @for (collection of collections()?.children ?? []; track collection.node.id) { } } @for (folder of folders()?.children ?? []; track folder.node.id) { } }