[ 'type' => 'event categories', 'event_category_id' => $this->id, 'attributes' => [ 'data' => [ 'name' => $this->name, 'description' => $this->description, ] ], ], 'links' => [ 'self' => url('/events/categories/'.$this->id), ] ]; } }