// Ticket item indicating whether to collate pages. message CollateTicketItem {

// Whether to print collated (required).
optional bool collate = 1;

}