namespace DysonNetwork.Sphere.Connection.WebReader; public class ScrapedArticle { public LinkEmbed LinkEmbed { get; set; } = null!; public string? Content { get; set; } }