Entity_Minecart: {
    type: "compound";
    value: {
        CustomDisplayTile: { type: "byte"; value: number };
        DisplayBlock?: { type: "compound"; value: object } & Block;
        DisplayOffset?: { type: "int"; value: number };
    };
} & ActorPrefix

Minecart entities include.