$this->id, 'reference' => $this->reference, 'reference_contract' => (int) $this->type, 'type' => (int) $this->type, 'status' => (int) $this->status, 'current_step' => $this->current_step, 'company' => new CompanyResource($this->companyModule->company), 'address' => new AddressResource($this->address) ]; } }