Updated 2022-03-28
    select
    TOKEN_METADATA:Background::string as background,
    count(TOKEN_METADATA:Background::string) as pp
    from solana.dim_nft_metadata where CONTRACT_NAME='DeGods' group by 1
    Run a query to Download Data