> ## Documentation Index
> Fetch the complete documentation index at: https://docs.custral.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List

> Vertical list view of records.

## Overview

List renders records as a vertical list. One row per record, with a configurable summary line and inline metadata. Lighter than Table when the user only needs to scan and click.

## Use cases

Inbox-style views, recent-activity panels, mobile-friendly surfaces.

## Configuration

| Setting             | What it does                                    |
| ------------------- | ----------------------------------------------- |
| Object              | The object whose records appear (required).     |
| Saved view          | Reuse a saved view's filters and sort order.    |
| Summary property    | The property used as each row's label.          |
| Metadata properties | Properties shown below the label as small text. |

## Examples

A panel on a Contact showing related open Conversations as a list with the subject as the label and last-activity as metadata.

## See also

* [Table](/blocks/embedded/databases/table)
* [Board](/blocks/embedded/databases/board)


## Related topics

- [Lists](/data/collections/overview.md)
- [Static lists](/data/collections/list.md)
- [Smart lists](/data/collections/queue.md)
- [List conversations](/api-reference/conversations/list-conversations.md)
- [Field List](/blocks/embedded/object/field-list.md)
