Similar to what I did for the /api/playlists/:id endpoint and its response type in f5b375c and 044bd2e, I need to have better control over what data is forwarded from the Spotify API and decide exactly what parts are needed. This will help with state management in the frontend and mocking track data for the add state.
Similar to what I did for the
/api/playlists/:idendpoint and its response type in f5b375c and 044bd2e, I need to have better control over what data is forwarded from the Spotify API and decide exactly what parts are needed. This will help with state management in the frontend and mocking track data for theaddstate.