export type User = { id: string; name: string; username: string; isFollowing: boolean; isFollowed: boolean; };