{#if depth === 0}

Root

{/if} {#each object.childIds as childId (childId)} {@const childObject = $objectsStore.objects.get(childId)} {#if childObject} {/if} {/each}