true, 'id' => false, 'created' => false ]; protected $_accessibleOnNew = [ 'created' => true ]; public function rearrangeForAPI(array $options = []): void { if (!empty($this->tags)) { $this->tags = $this->rearrangeTags($this->tags); } if (!empty($this->alignments)) { $this->alignments = $this->rearrangeAlignments($this->alignments); } if (!empty($this->meta_fields) || !empty($this->MetaTemplates)) { $this->rearrangeMetaFields($options); } } // MetaTemplate object property is not unset!! }