Entity_Rabbit: {
    type: "compound";
    value: {
        CarrotsEaten: { type: "int"; value: number };
        MoreCarrotTicks: { type: "int"; value: number };
    };
} & ActorPrefix & Component_Ageable

Additional fields for rabbit.