$this->id, 'memberId' => $this->member_id, 'fullName' => $this->full_name, $this->mergeWhen($request->input('claimMember') === 'false', [ 'division' => $this->division->name ?? '', 'status' => $this->active ]), 'limit' => [ 'current' => 2000000, 'total' => 4000000, 'percentage' => (2000000 / 4000000) * 100 ], ]; } }