pub async fn add_problems( db: &Surreal<Client>, id: &str, problems: &[Thing], ) -> Result<Option<Contest>>