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