diff --git a/lib/music_library_web/live/artist_live/show.html.heex b/lib/music_library_web/live/artist_live/show.html.heex
index 2db2e0f7..e5dd22cd 100644
--- a/lib/music_library_web/live/artist_live/show.html.heex
+++ b/lib/music_library_web/live/artist_live/show.html.heex
@@ -57,8 +57,23 @@
-
+
{gettext("Collection")}
+
+
+ {gettext("Number of albums")}
+
+
+ {Enum.count(@artist_records.collection)}
+
+
<%!-- TODO: replace with OSS version --%>
{gettext("Wishlist")}
+
+
+ {gettext("Number of albums")}
+
+
+ {Enum.count(@artist_records.wishlist)}
+
+
<%!-- TODO: replace with OSS version --%>