pub async fn query_fund_by_id(
    id: i32,
    pool: &DbConnectionPool
) -> Result<Fund, HandleError>