Filter playlists on Spotify Lovelace Card or other way to have a "mosaic" with limited number of Spotify playlist

Hi,
I’d like to create a view with a limited set of Spotify playlist to choose from a limited list of 10-15 from all my playlists. I installed Spotify Lovelace Card but it displays all the available playlist with a fixed order.
There is a way to limit/filter them to only show some of them?
As an alternative, what do you suggest to create a “mosaic” with playlist cover that play the corresponding playlist when tapped?
For the moment, I created a view with 10-15 Picture Cards as follow but it would be possible to create the Picture Cards reading image url and link from a list in JSON or YAML?

type: picture
image: 'https://i.scdn.co/image/aaaa'
tap_action:
  action: call-service
  service: media_player.play_media
  service_data:
    entity_id: media_player.spotify
    media_content_type: playlist
    media_content_id: 'https://open.spotify.com/playlist/bbbb'

Any news on this?

Doesn´t like like, unfortunately.