{#if filteredPeople.length > 0}
{displayLabel}
{#each filteredPeople as person, index (person.id)}
handlePersonClick(person.id, e)} class="text-[var(--color-jellyfin)] hover:underline" > {person.name}
{#if index < filteredPeople.length - 1}
,
{/if} {/each} {#if totalMatching > maxShow}
+{totalMatching - maxShow} more
{/if}
{/if}