export class User { id: number; name: string; email: string; phone: string; phone_verified_at: string; reported: boolean; }