Provide total number of network devices based on device type category field containing 'Network Device' tagging.
Devices[?deviceType.category] | [?contains(deviceType.category, 'Network Device')] | length(@)