public function getArrayCopy($fieldsToInclude = [])
 {
     return parent::getArrayCopy(array_merge($fieldsToInclude, ['image', 'operation']));
 }