using System.Collections.Generic; namespace Questionable.Model.Gathering; public sealed class GatheringNodeGroup { public List Nodes { get; set; } = []; }