I have a table called alerts and is related to a table called coin (coin can have many alerts) I would like to return a list of alerts but also return a subquery count of how many alerts that coin has Here is my query, I would love some feedback on how it can beRead more