app/views/katello/api/v2/errata/_counts.json.rabl in katello-3.5.2 vs app/views/katello/api/v2/errata/_counts.json.rabl in katello-3.6.0.rc1

- old
+ new

@@ -1,4 +1,5 @@ + totals = @object.relation.group(:errata_type).count.with_indifferent_access node :security do |_presenter| totals[:security] end