Query: spotify_albums_count
Usage
powerpipe query spotify.query.spotify_albums_count
SQL
select count(*) as "Total Albums"from albums;
Dashboards
The query is used in the dashboards:
powerpipe query spotify.query.spotify_albums_count
select count(*) as "Total Albums"from albums;