rahoTotal Votes
    Updated 2024-10-14
    select
    count(distinct proposal_title)
    from ethereum.core.ez_snapshot
    where space_id = 'opcollective.eth'
    -- and proposal_title != '%Test%'
    -- and proposal_title != 'Final test'
    -- and proposal_title != 'Test Proposal'