function get_playlist( $me, $api, $offset = 0 ) {
    $new_all_user_playlists = array();
    $all_user_playlists_playlists = $api->getUserPlaylists( $me->id, array( 'offset' => $offset ) );
    $total = $all_user_playlists_playlists->total;
    $total_pages = $total / 20;