--- title: QuanticFoldedResultList slug: latest-search-folded-result-list canonical_url: https://docs.coveo.com/en/quantic/latest/reference/search-components/search-folded-result-list/ collection: quantic source_format: adoc --- # QuanticFoldedResultList > **Note** > > This component was introduced in version `2.21.0`. The `QuanticFoldedResultList` component is responsible for displaying query results by applying one or more result templates. This component can display query results that have a parent-child relationship with any level of nesting. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `fieldsToInclude` | `fields-to-include` a| A list of fields to include in the query results, separated by commas. | `string` | `'date,author,source,language,filetype,documenttype,parents,sfknowledgearticleid,sfid,sfkbid,sfkavid,sfparentid'` | `collectionField` | `collection-field` a| The name of the field on which to do the folding. | `string` | `'foldingcollection'` | `parentField` | `parent-field` a| The name of the field that determines whether a certain result is a top result containing other child results within a collection. | `string` | `'foldingparent'` | `childField` | `child-field` a| The name of the field that uniquely identifies a result within collection. | `string` | `'foldingchild'` | `numberOfFoldedResults` | `number-of-folded-results` a| The number of child results to fold under the root collection element before expansion. | `number` | `2` |=== -- ## Custom events The component fires the following custom event: * `quantic__registerresulttemplates` ## XML configuration file elements The following XML configuration file elements apply (see [XML Configuration File Elements](https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_configuration_tags)). -- |=== | Metadata | Value | `apiVersion` | `56.0` | `isExposed` | `false` |=== --