I have array of object with this interface
interface Item { country: string; cases: number; deaths: number; population: number; }
I want to make