[ 'type' => 'bookmark', 'bookmark_id' => $this->id, 'attributes' => [ 'data' => [ 'name' => $this->name, 'url' => $this->url, 'favicon' => $this->favicon, 'created_at' => $this->created_at->diffForHumans(), 'last_updated' => $this->updated_at->diffForHumans(), ] ], ], ]; } }