# User

| Property     | Description                         | Type   |
| ------------ | ----------------------------------- | ------ |
| id           | Unique identifier of the user       | Int    |
| address      | Blockchain address of the user      | String |
| pseudo       | Pseudonym of the user (username)    | String |
| profile\_pic | URL of the user's profile picture   | String |
| header\_pic  | URL of the user's header picture    | String |
| bio          | Description of the user             | String |
| website      | Website of the user                 | String |
| tagline      | Tagline or slogan of the user       | String |
| created      | Date when the user was created      | Date   |
| updated      | Date when the user was last updated | Date   |
