insights: multiple grants associated to a view cause duplicate series
Created by: coury-clark
If an insight view has multiple grants associated to it, it will cause the resulting series to be duplicated per grant. This is due to the join of the grants table causing an increase in cardinality.
We should refactor this join to remove this accidental duplication.