@@ -914,7 +914,7 @@ impl Variants {
}
#[derive(Debug, Serialize)]
-struct Stat {
+pub struct Stat {
name: String,
counts: HashMap<String, u32>,
n_with_annotation: u32,