pub async fn query_challenge_proposals_by_id(
    id: i32,
    pool: &DbConnectionPool
) -> Result<Vec<Proposal>, HandleError>