using System.Collections.Generic; namespace Questionable.Model.Changelog; internal sealed record ChangeEntry(EChangeCategory Category, string Description, List? SubItems = null);