How can I get total number that User followed with Spotify API
?
I got my followers and all the top tracks that I currently listened but I don't know how to retrieve total following and total playlists that I created.
Here is my user.service.ts
:
export class UserService {
…
Top comments (0)