public function embedExtension_Attributes()
 {
     return $this->mapEmbedded('extension_attributes', activeapi\models\common\CustomAttributes::className(), ['unsetSource' => false]);
 }
 public function embedCustom_attributes()
 {
     return $this->mapEmbeddedList('custom_attributes', CustomAttributes::className(), ['unsetSource' => false]);
 }