Updated 2022-09-16
    select
    count(distinct ID ) as transactions ,
    count(distinct PROPOSAL_ID ) as PROPOSAL_IDs ,
    count(distinct VOTER ) as VOTERs ,
    count(distinct PROPOSAL_AUTHOR ) as PROPOSAL_AUTHORs ,
    count(distinct PROPOSAL_AUTHOR ) as PROPOSAL_AUTHORs ,
    count(distinct SPACE_ID ) as SPACE_IDs

    from ethereum.core.ez_snapshot

    Run a query to Download Data