diff --git a/music/index.html b/music/index.html
index 1772aa1..a1089e7 100644
--- a/music/index.html
+++ b/music/index.html
@@ -12,6 +12,7 @@
Naomi's Music Library
An interactive explorer for the music Naomi listens to.
+ Loading library...
Search Artists:
@@ -44,6 +45,7 @@
songList.push(...songs);
artistQuery.parentElement.style.display = "block";
titleQuery.parentElement.style.display = "block";
+ document.getElementById('count').innerText = `Naomi currently has ${songs.length} songs.`;
updateTable(songs);
}
const updateTable = (songs) => {