Общее количество строк в результате запроса независимо от количества строк, возвращенных в ответе. Например, если запрос возвращает 175 строк и включает в запрос API limit = 50, ответ будет содержать rowCount = 175, но только 50 строк.
[[["Прост для понимания","easyToUnderstand","thumb-up"],["Помог мне решить мою проблему","solvedMyProblem","thumb-up"],["Другое","otherUp","thumb-up"]],[["Отсутствует нужная мне информация","missingTheInformationINeed","thumb-down"],["Слишком сложен/слишком много шагов","tooComplicatedTooManySteps","thumb-down"],["Устарел","outOfDate","thumb-down"],["Проблема с переводом текста","translationIssue","thumb-down"],["Проблемы образцов/кода","samplesCodeIssue","thumb-down"],["Другое","otherDown","thumb-down"]],["Последнее обновление: 2025-01-07 UTC."],[[["The JSON response represents a report table generated from a data request, containing dimension and metric values."],["Report data is structured with `dimensionHeaders`, `metricHeaders`, and `rows` to organize information."],["Additional fields such as `totals`, `maximums`, `minimums`, `rowCount`, `metadata`, and `propertyQuota` provide further context and insights."],["Each row represents a combination of dimension values and corresponding metric values for those dimensions."],["Links are provided for further exploration of specific objects like `DimensionHeader`, `MetricHeader`, `Row`, `ResponseMetaData`, and `PropertyQuota`."]]],["The response report contains `dimensionHeaders` and `metricHeaders` describing the columns, and `rows` representing combinations of dimension and metric values. It includes `totals`, `maximums`, and `minimums` rows if requested. `rowCount` indicates the total rows in the query result, and `metadata` provides report details. The report's `propertyQuota` shows the property's quota state. All objects reference other data structures, and all information is present within the JSON representation.\n"]]