namespace Application.Features.Api.Channel.GetByCode; public sealed record Response( int ID, string SID, string Name, string? Handle, string? ThumbnailUrl, long SubscriberCount, bool IsVerified, string? DonationCode );