OBJECT
type Product {# The ID of a product in a plan.id: String # The name of a product in a plan.name: String # The number of licenses purchased on a plan.purchasedLicenseCount: Int # The number of licenses assigned on a plan.assignedLicenseCount: Int # The number of licenses remaining on a plan.remainingLicenseCount: Int }