DEV Community

Malith Pamuditha Fernando
Malith Pamuditha Fernando

Posted on

Expect JSON Output not return in node.js output

I have a table called user_feedbacks,

enter image description here

For type we have 4 default values - 1-Suggestion, 2-Request, 3-Damage Report, 4-Incident

For status we have 3 default values - 0-open, 1-in progress, 2-closed

I want to show under each type for each status, count of records like below [Required Output],

{

Top comments (0)