export type SpotifyTrack = {
  index: number;
  id?: string;
  thumbnail: string;
  title: string;