This query is used to check for license overusage and reports it if there's license overusage.
Licenses[?to_number(usage) > to_number(quantity)].{Name: Name, Usage: usage, Quantity: quantity}