[List] Last modified date and show description about the page is not displayed in the list.
I configured the List react core component and checked show description and show date. When it is checked, it is supposed to show the description and last modified date of pages listed in list component. In List react core component, show description and last modified date is not displayed on the page but it is rendered in json.
Expected result:

After configuring the list component in my local:

JSON rendition:

@niekraaijmakers, is it that currently the component expects the booleans to be set to true when instantiating the class in JSX?
https://github.com/adobe/aem-react-core-wcm-components/blob/master/react-base-components/src/authoring/list/v2/ListV2.tsx#L40-L41
Should the expectation of the implementation be that if the field is populated it gets rendered?
After discussing with @gabrielwalt , we expect the field to be displayed if the value exists in the JSON object.
Internal reference: CQ-4311378