[[["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-07-13 UTC."],[[["Returns a Reducer that calculates the total number of input values, assigning the output the name \"count\"."],["The Reducer is accessed using `ee.Reducer.countEvery()`, which takes no arguments."]]],["This describes a Reducer that calculates the total number of inputs. The resulting output, when relevant, is labeled as \"count\". The function to use is `ee.Reducer.countEvery()`, which returns a Reducer object. This function operates without requiring any input arguments. Its primary action is determining and reporting the quantity of input elements it receives.\n"]]