A nutrient record
Field | Type | Description |
---|---|---|
type | String | String enumarion of 'FAT', 'SATFAT', 'ENERGY', 'CARBS', 'SUGAR', 'SALT', 'PROTEIN', 'FIBER', 'NATRIUM' |
amount | Float | Nutrition amount |
label | String | Unit label e.g. gram |
{
"type": "FAT",
"amount": 9.67,
"label": "..."
}