{@latest_record.title}

<%= gettext("Latest record") %>

<.link :for={artist <- @latest_record.artists} class="text-sm md:text-base lg:text-2xl text-gray-900 hover:text-gray-500" patch={~p"/records?query=mbid:#{artist.musicbrainz_id}"} > <%= artist.name %> <%= @latest_record.title %>

<%= gettext("Total Records") %>

<%= @records_count %>
<%= Record.format_long_label(format) %>
<%= Record.type_long_label(type) %>