# ObservationRecordPage

`import { ObservationRecordPage } from "destack:runtime";`

Observation record page.

```ds title="ObservationRecordPage"
export struct ObservationRecordPage {
    records: ObservationRecord[];
    hasMore: boolean;
}
```

[language/library/src/runtime/observation.ds:54:59](https://github.com/destack-sh/destack/blob/main/language/library/src/runtime/observation.ds#L54-L59)

## Members

### `records: ObservationRecord[]`

Observation records in this page.

### `hasMore: boolean`

Whether more records are immediately available.
