Recommended by:

{#await data} {:then users} {#if users?.users.length > 0} {#each users?.users.slice(0, 5) as user, index}
{#if user.image} {user.name} {:else}

{user.name.slice(0, 1)}

{/if}

{user.name}

{/each} {:else}

No celebrity found

{/if} {/await}