namespace Model; public record BuffDoc : DocEntry { public required string Character { get; init; } public string? MaxStacks { get; init; } public string? Description { get; init; } }