{#if field.collections.length === 1}
openBrowseModal(e, collections[0].name)} > Browse
{:else}
Browse
{#each collections as collection}
openBrowseModal(e, collection.name)} href="/">{collection.label}
{/each}
{/if}
{#if references.length > 0}
{#each references as reference (reference.record.id)}
{/each}
{/if}