get('locale'); return [ 'id' => $this->id, 'title' => $this->getAttributeTranslated('title', $locale), 'published_at' => $this->published_at->format('d.m.Y'), 'featured_images' => ImageResource::collection($this->featured_images), 'content_html' => $this->getAttributeTranslated('content_html', $locale) ]; } }