Item_BookAndQuills: {
    type: "compound";
    value: {
        tag?: {
            type: "compound";
            value: {
                pages?: {
                    type: "list";
                    value: {
                        type: "compound";
                        value: {
                            photoname: { type: "string"; value: string };
                            text: { type: "string"; value: string };
                        }[];
                    };
                };
            };
        };
    };
} & Item_ItemStack

Additional fields for [book and quill](https://minecraft.wiki/w/book and quill)s.