namespace Chrono.Model; public class DocData { public string Title { get; init; } = ""; public string Category { get; init; } = ""; public string Content { get; init; } = ""; public System.Collections.Generic.Dictionary Frontmatter { get; init; } = []; }