{#if filteredPeople.length > 0}
{displayLabel}
{#each filteredPeople as person, index (person.id)} {#if index < filteredPeople.length - 1} , {/if} {/each} {#if totalMatching > maxShow} +{totalMatching - maxShow} more {/if}
{/if}