public static function castPartitionMetadata(PartitionMetadata $c, array $a, Stub $stub, bool $isNested) : array { $prefix = Caster::PREFIX_VIRTUAL; $a += [ $prefix . 'id' => $c->getId(), $prefix . 'err' => $c->getErr(), $prefix . 'leader' => $c->getLeader(), ]; return $a; }