$value * @return array */ public function transform(DataProperty $property, mixed $value): mixed { return $value->toArray(); } }