{#each animalEntries as { animal, species = 'unknown', kilogram: weight = 50 , ...props } }

{animal} - {species} - {weight}kg

{/each}