OBJECT
Contains info on the number of EWAI assets in this EWAI Instance (marketplace)
type AssetStats {# The EWAI instance name (which is always specified in EWNS format). @example # 'market1.apps.exampleco.iam.ewc'ewaiInstance: String! # The number of EWAI assets. @example 10count: Int! # The number of unique addresses which have created assets. @example 4addresses: Int! }