pub async fn list_by_problem_for_account( db: &Surreal<Client>, id: &str, account_id: &str, ) -> Result<Vec<Submission>>