select
(select count (distinct buyer)
from flow.core.ez_nft_sales
where nft_collection ilike 'A.329feb3ab062d289.RaceDay_NFT') as total_unique_owners_all_time,
(select sum(price)
from flow.core.ez_nft_sales
where nft_collection ilike 'A.329feb3ab062d289.RaceDay_NFT') as total_volume_all_time,
(select count(distinct nft_id) from flow.core.ez_nft_sales
where nft_collection ilike 'A.329feb3ab062d289.RaceDay_NFT') as total_nfts