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