#[derive(Debug, serde::Serialize)] pub struct Comment { pub author: Option, // null is Anonymous pub text: String }