Index: frontend/src/utils/types.ts
===================================================================
--- frontend/src/utils/types.ts	(revision 1579b4f9eaf503a14012d471db11e16e645306e3)
+++ frontend/src/utils/types.ts	(revision d85e8e3419687c3f5cbf69da39b1abc4a8362f1d)
@@ -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;
