Index: frontend/src/utils/types.ts
===================================================================
--- frontend/src/utils/types.ts	(revision 1579b4f9eaf503a14012d471db11e16e645306e3)
+++ frontend/src/utils/types.ts	(revision db5fb23a9c7d281ecb48c2ebf32e7ff4d9a24c38)
@@ -121,5 +121,5 @@
 
 export interface Contributor {
-	username: string;
+	id: number;
 	fullName: string;
 	role: string;
@@ -127,4 +127,5 @@
 
 export interface ArtistSearchResult {
+	id: number;
 	username: string;
 	fullName: string;
