diff --git a/app/api/services/office_customer.py b/app/api/services/office_customer.py index 5b70d2a..f803b6a 100644 --- a/app/api/services/office_customer.py +++ b/app/api/services/office_customer.py @@ -43,6 +43,7 @@ class OfficeCustomerService(BaseService): 'member_uid': member.uid, 'country': member.country, 'profile_completed': member.profile_completed, + "added": member.added, }) # Calculate total pages