diff --git a/Controllers/RecruitController.cs b/Controllers/RecruitController.cs index 5a24ca9..86d43cf 100644 --- a/Controllers/RecruitController.cs +++ b/Controllers/RecruitController.cs @@ -2124,6 +2124,7 @@ namespace BMA.EHR.Recruit.Service.Controllers return Success(new { data = data, + total = data.Count, header = header, period = period, });