$this->id, 'title' => $this->title, 'description' => $this->description, 'links' => [ 'self' => route('sections.show', ['sections' => $this->id]) ] ]; } }