export interface Follower { url: string avatar: string createdAt: Date }