$this->id, 'name' => $this->name, 'code' => $this->code, 'links' => [ 'self' => route('categories.show', ['categories' => $this->id]) ] ]; } }