namespace OF_DL.Models.Streams; public class StreamsCollection { public List StreamMedia = new(); public List StreamObjects = new(); public Dictionary Streams = new(); }