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