+++
# -----------------------------------------------------------------------
# Do not edit this file. It is automatically generated by API Documenter.
# -----------------------------------------------------------------------
title = "QueryResultMeta"
keywords = ["grafana","documentation","sdk","@grafana/data"]
type = "docs"
draft = true
+++
## QueryResultMeta interface
Signature
```typescript
export interface QueryResultMeta
```
Import
```typescript
import { QueryResultMeta } from '@grafana/data';
```
Properties
| Property | Type | Description |
| --- | --- | --- |
| [custom](#custom-property) | Record<string, any>
| |
| [limit](#limit-property) | number
| |
| [requestId](#requestid-property) | string
| |
| [searchWords](#searchwords-property) | string[]
| |
### custom property
Signature
```typescript
custom?: Record;
```
### limit property
Signature
```typescript
limit?: number;
```
### requestId property
Signature
```typescript
requestId?: string;
```
### searchWords property
Signature
```typescript
searchWords?: string[];
```