# SuiteListResponseDTO **Type:** GraphQL objects **Description:** Paginated response containing a list of suites. ## Fields - pagination (Pagination): Pagination information - limit (Int): Number of records per page - page (Int): Represents page number for pagination - totalCount (Int): Represents total number of records - suiteList (SuiteListItemDTO): List of suites - createdOn (String): Creation date (ISO 8601 format) - description (String): Description of the suite - licenseGenerator (String): License generator - licenseTechnology (String): License technology - obsoleteFulfillmentDownloadEndUser (Boolean): Obsolete fulfillment download for end user - obsoleteFulfillmentDownloadProducer (Boolean): Obsolete fulfillment download for producer - packageName (String): Package name - packageVersion (String): Package version - packageVersionFormat (String): Package version format - state (String): State of the suite (e.g., DRAFT, DEPLOYED, OBSOLETE, INACTIVE) - suiteCategory (String): Suite category - suiteName (String): Name of the suite - updatedOn (String): Last modified date (ISO 8601 format) - usedOnDevice (Boolean): Indicates if suite is used on device - version (String): Version of the suite