{total} {total === 1 ? 'album' : 'albums'}
{/if}Loading…
{:else if !query.isPending && total === 0}No albums yet — scan a library folder via the server's config.
{:else if filter.trim() && filtered.length === 0}No albums in your loaded library match '{filter.trim()}'. Search the full library →
{:else}Loading more…
{/if} {:else if albums.length > 0}End of library
{/if} {/if}