export interface Country { code?: string; name?: string; number?: string; productcount?: number; }