TotalCaloriesRollupValue

Represents the result of the rollup of the user's total calories.

Example filter query:
total_calories.interval.start_time >= "2026-04-20T00:00:00Z" AND total_calories.interval.start_time < "2026-04-21T00:00:00Z"

JSON representation
{
  "kcalSum": number
}
Fields
kcalSum

number

Sum of the total calories in kilocalories.