Property Channels
Channels
Gets or sets the channels in the project
[YamlIgnore]
[JsonPropertyName("channels")]
[JsonPropertyOrder(100)]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
public ChannelCollection? Channels { get; set; }