[ 'id' => $this->id, 'type' => 'languages', 'attributes' => [ 'name' => $this->name, 'locale' => $this->locale, 'translations' => map_language_translations($this->languageTranslations), 'updated_at' => $this->updated_at, 'created_at' => $this->created_at, ], ], ]; } }