--- title: QuanticResultsPerPage slug: latest-insight-panel-results-per-page canonical_url: https://docs.coveo.com/en/quantic/latest/reference/insight-panel-components/insight-panel-results-per-page/ collection: quantic source_format: adoc --- # QuanticResultsPerPage > **Note** > > This component was introduced in version `1.32.0`. The `QuanticResultsPerPage` component determines how many results to display per page. ## Example ```html ``` ## Properties -- |=== | Property | Attribute | Description | Type | Default | `engineId` _(required)_ | `engine-id` a| The ID of the engine instance the component registers to. | `string` | | `choicesDisplayed` | `choices-displayed` a| A list of choices for the number of results to display per page, separated by commas. | `string` | `'10,25,50,100'` | `initialChoice` | `initial-choice` a| The initial selection for the number of result per page. It must be a positive number and should be part of the `choicesDisplayed` option. If omitted or not part of the `choicesDisplayed` option, it will default to the first value in `choicesDisplayed`. | `number` | `the first value in 'choicesDisplayed'` |=== -- ## 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` | `53.0` | `isExposed` | `false` |=== -- ## Associated use cases This component is also relevant in the following use case: * [Search](https://docs.coveo.com/en/quantic/latest/reference/search-components/search-results-per-page)