namespace NozCli.Core.Models; public record SearchHit( string Slug, string Title, string? Description, string Topic, string Status, string Lang );