const getSongs = r''' query ($start: Int!, $end: Int!, $radio: StationsEnum!) { grid( start: $start end: $end station: $radio includeTracks: false ) { ... on TrackStep { track { title mainArtists albumTitle } } } } ''';