Summarizes the number of interfaces in each state (e.g., up, down, administratively down).
[ {Status: 'up', Count: length(Interfaces[?ConfigStatus == 'up'])}, {Status: 'down', Count: length(Interfaces[?ConfigStatus == 'down'])}, {Status: 'administratively down', Count: length(Interfaces[?ConfigStatus == 'administratively down'])} ]