$this->id, 'document_type' => $this->document_type, 'reference' => $this->reference, 'status' => (int) $this->status, 'approved_by' => (int) $this->approved_by, 'files' => $this->files()->get() ]; } }