{#if showSelectAll} {/if}
{#if total > 0}
{total} file{total !== 1 ? 's' : ''} found
{/if}
{#if loading && media.length === 0}

Loading media...

{:else if media.length === 0}

No media found

Try adjusting your search or upload some files

{:else}
{#each media as item (item.id)} {/each}
{#if hasMore}
{/if} {/if}