Entity_Fox: {
    type: "compound";
    value: { TrustedPlayersAmount: { type: "int"; value: number } } & {
        [key: `TrustedPlayer${bigint}`]: {
            type: "long";
            value: [high: number, low: number];
        };
    };
} & ActorPrefix & Component_Ageable

Additional fields for fox.