# SuggestionWithUser

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/dtos/suggestion.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/dtos/suggestion.dto.ts#L8)

Suggestion DTO with populated user relation

## Properties

| Property | Type |
|---|---|
| `user` | `Pick<User, 'id' | 'name' | 'email'>` |
