pub async fn get<M>(db: &Surreal<Client>, id: &str) -> Result<Option<M>>where for<'de> M: Deserialize<'de>,