pub async fn list_within_contest( db: &Surreal<Client>, contest: Thing, creator: Thing, ) -> Result<Vec<Submission>>