davidwallNew Query
    Updated 2023-03-21
    --credit : https://app.flipsidecrypto.com/velocity/queries/623d6184-b71f-4ff5-ac64-f130a0b42a2e
    SELECT
    proposal_id ,
    count(distinct voter) as votes
    from
    ethereum.aave.ez_votes
    group by 1