namespace OF_DL.Entities.Post; public class SinglePostCollection { public List SinglePostMedia = new(); public List SinglePostObjects = new(); public Dictionary SinglePosts = new(); }