# quest.sableye.magnet.getStats

> Published by [matt.evil.gay](https://lexicon.garden/identity/did:plc:tas6hj2xjrqben5653v5kohk)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/quest.sableye.magnet.getStats)
- [Documentation](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/quest.sableye.magnet.getStats/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:tas6hj2xjrqben5653v5kohk/quest.sableye.magnet.getStats/examples)

## Definitions

### `quest.sableye.magnet.getStats`

**Type**: `query`

Get statistics about the magnet index.

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `totalEntries` | `integer` | Yes | Total number of indexed magnet entries. |

## Raw Schema

```json
{
  "id": "quest.sableye.magnet.getStats",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "totalEntries"
          ],
          "properties": {
            "totalEntries": {
              "type": "integer",
              "description": "Total number of indexed magnet entries."
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Get statistics about the magnet index."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
