export interface ReaderModel { email: string name: string handle: string image: string isOwner: boolean }