diff --git a/frontend/src/components/search-card/SearchCard.tsx b/frontend/src/components/search-card/SearchCard.tsx
index 4f93ba8..1c74025 100644
--- a/frontend/src/components/search-card/SearchCard.tsx
+++ b/frontend/src/components/search-card/SearchCard.tsx
@@ -26,7 +26,7 @@ export const SearchCard = (props: { item: UserImage }) => {
return (
diff --git a/frontend/src/pages/gallery/index.tsx b/frontend/src/pages/gallery/index.tsx
index a1c0c0e..8560c2a 100644
--- a/frontend/src/pages/gallery/index.tsx
+++ b/frontend/src/pages/gallery/index.tsx
@@ -24,8 +24,10 @@ const EntityGallery: Component<{
images().filter((i) => i.type === props.entity);
return (
-
-
{props.entity}s
+
+
+ {props.entity}s ({filteredCategories().length})
+
{(category) => }