# MaintenanceProductListDTO **Type:** GraphQL objects **Description:** Maintenance product list response. ## Fields - maintenanceProducts (MaintenanceProductDTO): List of maintenance products - creationDate (String): Creation date in ISO format - description (String): Description of the maintenance product - lastModifiedDate (String): Last modified date in ISO format - maintenanceName (String): Name of the maintenance product - partNumbers (PartNumbersDTO): List of associated part numbers - state (String): State of the maintenance product - version (String): Version of the maintenance product - 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