'integer', 'entry_page' => '?string', 'date' => 'datetime', 'hits' => 'integer', ]; public function getLabels() { $split = explode('/', $this->attributes['labels']); return $split[count($split) - 1]; } }