namespace BirdsiteLive.Models { public class DisplayTweet { public string Text { get; set; } public string OgUrl { get; set; } public string UserProfileImage { get; set; } public string UserName { get; set; } } }