(use na when API docs (Release notes, etc) do not need to be updated)
📝 Summary
Include proper include for sequelize in route GET /detections/summary
Strip out added columns out of the include. Because we're using group by in the aggregation, any additional columns require change to group by step. So I removed it out.
📸 Examples
Put screenshots or response/request examples here!
🛑 Problems
Write any discovered & unresolved problems (link to created Jira issues)
✅ DoD
(use na when API docs (Release notes, etc) do not need to be updated)
📝 Summary
include
for sequelize in routeGET /detections/summary
group by
in the aggregation, any additional columns require change togroup by
step. So I removed it out.📸 Examples
Put screenshots or response/request examples here!
🛑 Problems
💡 More ideas
Write any more ideas you have