pub async fn query_contributions_by_snapshot_tag(
    tag: String,
    pool: &DbConnectionPool
) -> Result<Vec<Contribution>, HandleError>