positiveVotes and negativeVotes in top-members report

I am working with report generation and had a question about the following response:
{
“user”: {
“id”: “…”,
“username”: “…”,
“fullName”: “…”,
“avatarUrl”: “…”,
“joined”: “…”
},
“languages”: [
{
“id”: “…”,
“name”: “…”
}
],
“translated”: …,
“target”: …,
“approved”: …,
“voted”: …,
“positiveVotes”: …,
“negativeVotes”: …,
“winning”: …
}

In this response, do positiveVotes and negativeVotes refer to positive/negative votes a user received from other users or gave to another user?

Hello @TranslationDev

The logic is the same as described here: User Reports | Crowdin Documentation

In short, these are votes received by the user.