pub async fn query_challenges_by_fund_id(
    fund_id: i32,
    pool: &DbConnectionPool
) -> Result<Vec<Challenge>, HandleError>