[ 'type' => 'users', 'user_id' => $this->id, 'attributes' => [ 'name' => $this->name, ], ], 'links' => [ 'self' => url('/users/'.$this->id), ] ]; } }