user{}
{ commentId: number; text: string; userId: string; createdAt: string; updatedAt: string; likes: CommentLikeType[]; }