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