---
hide:
  - toc
---

Formatted data representing a user's post/comment rep and amount.

## Types

- {{ typeURL("Object") }}

## Properties

| Parameter       | Type                                                      | Description                  |
|:---------------:|:---------------------------------------------------------:|:----------------------------:|
| `posts`         | {{ typeURL("Number") }}                                   | The user post count          |
| `post_rep`      | {{ typeURL("Number") }}                                   | The user post rep            |
| `comments`      | {{ typeURL("Number") }}                                   | The user comment count       |
| `comment_rep`   | {{ typeURL("Number") }}                                   | The user comment rep         |