{#each data.data as chapter}
{#if chapter.attributes.volume} Vol. {chapter.attributes.volume} {/if} Ch. {chapter.attributes.chapter}
|
{chapter.attributes.title || 'Read'}
{/each}