superflyUntitled Query
    Updated 2022-08-18
    select 'Mango' as Noun, count(distinct(voter_account)) as Members----number of members
    from solana.core.fact_proposal_votes---Use this Burley table to reach the data
    where PROGRAM_NAME='GqTPL6qRf5aUuqscLh8Rg2HTxPUXfhhAXDptTLhp1t2J'---Contract address
    Run a query to Download Data