namespace OF_DL.Models.Entities.Streams; public class StreamsCollection { public List StreamMedia { get; set; } = []; public List StreamObjects { get; set; } = []; public Dictionary Streams { get; set; } = new(); }