namespace Application.Features.Admin.Donation.List.Export; public sealed class Response { public required IReadOnlyList> Rows { get; init; } }