Values.TableExcerptSourceAn excerpt from a table within a document. The table excerpt displays up to five columns and three rows, depending on how many table cells are relevant to the query and how many columns are available in the original table. The top most relevant cell is displayed in the table excerpt, along with the next most relevant cells.
type nonrec t = {rows : TableRowList.t option;A list of rows in the table excerpt.
*)totalNumberOfRows : Integer.t option;A count of the number of rows in the original table within the document.
*)}