{#each people as person, index (person.id)} {#if hasNextPage && index === people.length - 1}
{@render children?.({ person, index })}
{:else} {@render children?.({ person, index })} {/if} {/each}