{#each Object.entries($sort.labels) as [value, label]}
{label}
{/each}
{#if $sort.direction === SortDirection.Ascending}
{:else}
{/if}
{#if $sort.on === 'RANDOM'}
{/if}