get('locale'); return [ 'id' => $this->id, 'title' => $this->getTranslation('title', $locale), 'type' => $this->type, 'file' => $this->getTranslation('file', $locale), 'is_default' => $this->is_default, 'hashid' => $this->hashid ]; } }