What is the cheapest way (from performance stand point) to figure out if hasMany association has any members? I am trying to avoid retrieval of all children. Is there a clean way to count children using gorm?
The use case here is to show(or not) a [+] on the UI of a parent object.