# PartNumberResponseListDTO **Type:** GraphQL objects **Description:** Paginated response carrying a list of part numbers ## 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 - partNumbers (PartNumberResponseDTO): List of part numbers - createdDate (String): Creation date of the part number - description (String): Description of the part number - lastModifiedDate (String): Last modification date of the part number - name (String): Name of the part number - product (PartNumberProductResponseDTO): Product details associated with this part number - trialAvailability (Boolean): Trial availability flag