$this->id, 'organisation_id' => $this->organisation_id, 'name' => $this->name, 'type' => $this->type, 'contact_first_name' => $this->contact_first_name, 'contact_last_name' => $this->contact_last_name, 'contact_full_name' => $this->contact_full_name, 'contact_email' => $this->contact_email, 'contact_phone' => $this->contact_phone, 'persons_count' => $this->whenCounted('persons'), 'created_at' => $this->created_at->toIso8601String(), ]; } }