GraphQL OBJECT
type ProtectedUrlItem {# External URL for the protected URL.externalUrl: String! # Indicates if the maximum quantity has been reached.maxQuantityReached: Boolean # Number of times the URL has been used.quantityUsed: Int! }