My JSON Data Display
let foodData = [{
meal_com_id: "1",
name_company: "PeryCap",
image: "https://shopgo.in/upload/1545849409-1518284057-Untitled-nn1.png",
status: "1",
description: "sdvaebfvhjaebfber itnwiuore tg5ykrgt wiretgi34 tgi3rgtiquogtiq",
address:
"B.L. Behind Dhaldighi Petrol Pump, Burdwan, B.L.Hati Rd, Khosbagan Burdwan West Bengal 713101",
day_meal_count: "42",
night_meal_count: "25"
}];
Need help on extracting specific information from this data using javascript
let totalDayMeals = foodData.day_meal_count;