(int) ($this['parent_id'] ?? 0), 'parent_name' => (string) ($this['parent_name'] ?? ''), 'parent_phones' => array_values($this['parent_phones'] ?? []), 'students' => EmergencyContactStudentResource::collection($this['students'] ?? []), 'contacts' => EmergencyContactResource::collection($this['contacts'] ?? []), ]; } }