[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2023-08-22 UTC."],[[["The OrderService's getOrdersByStatement() method returns an OrderPage object containing a page of Order objects."],["OrderPage includes the total result set size, the starting index of the page within the result set, and the collection of orders on the page."],["These properties are accessible via totalResultSetSize, startIndex, and results fields respectively, with data types of int, int, and an array of Order objects."]]],[]]