$this->id, 'name' => $this->name, 'reference' => $this->companyModule()->first()->inviters()->withPivot('invitee_reference')->first()->pivot->invitee_reference, 'type' => (int) $this->type, 'status' => (int) $this->status, 'email' => $this->email ]; } }