$this->id, 'event_id' => $this->event_id, 'crowd_type_id' => $this->crowd_type_id, 'name' => $this->name, 'type' => $this->type, 'recipient_company_id' => $this->recipient_company_id, 'auto_approve' => $this->auto_approve, 'max_persons' => $this->max_persons, 'created_at' => $this->created_at->toIso8601String(), 'persons_count' => $this->whenCounted('persons'), ]; } }