<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[`BasesQueryResult`](BasesQueryResult) › [`data`](BasesQueryResult/data)
## BasesQueryResult.data property
An ungrouped version of the data, with user-configured sort and limit applied. Where appropriate, views should support groupBy by using `groupedData` instead of this value.
1.10.0
**Signature:**
```typescript
data: BasesEntry[];
```