namespace Application.Features.Api.MyPage.Dropdown; public sealed record Response( string SID, string? Name, string? Thumb, bool IsCreator, int? ChannelID, int SpendableBalance, int? WithdrawableBalance );