namespace Application.Features.Api.DonationGoal.GetProgress; public sealed record Response(int GoalConfigID, string Title, int StartAmount, int TargetAmount, int CurrentAmount, decimal Percent);