namespace Application.Features.Api.Notification.GetUnreadCounts; public sealed record Response(int UnreadNotif, int UnreadNote);