| Field | Type | Required | Description |
|---|---|---|---|
liked_by |
List[models.AnswerLike] | ✔️ | N/A |
liked_by_user |
bool | ✔️ | Whether the user in context liked the answer. |
num_likes |
int | ✔️ | The total number of likes for the answer. |
| Field | Type | Required | Description |
|---|---|---|---|
liked_by |
List[models.AnswerLike] | ✔️ | N/A |
liked_by_user |
bool | ✔️ | Whether the user in context liked the answer. |
num_likes |
int | ✔️ | The total number of likes for the answer. |