func getLastTracks(count uint) ([]track.Track, error) { return client.Audios(count, offset, config.Get("token")) }
func listGetTracks(offset uint) ([]track.Track, error) { return client.Audios(limit, offset, config.Get("token")) }