[[["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 2024-09-03 UTC."],[[["AggregateRating provides a way to represent the overall rating of an item based on multiple ratings and reviews."],["It includes details such as the item being reviewed, the total number of ratings, and the total number of reviews."],["AggregateRating extends the basic Rating type, inheriting its properties."]]],["The `AggregateRating` type, which extends `Rating`, describes aggregated ratings and reviews. Key data points include `itemReviewed`, which specifies the item being rated. `ratingCount` indicates the total number of ratings. `reviewCount` provides the total number of reviews. These properties offer a summary of user feedback for a given item. The type uses the `Thing` type and the `Number` type.\n"]]