using Newsbot.Collector.Domain.Dto; namespace Newsbot.Collector.Domain.Results; public class ArticleResult : BaseResult { public IEnumerable? Items { get; set; } }