{
"id": "games.gamesgamesgamesgames.getReviewCount",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"count"
],
"properties": {
"count": {
"type": "integer",
"description": "Total number of reviews this user has written."
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"did"
],
"properties": {
"did": {
"type": "string",
"description": "The DID of the user whose review count to retrieve."
}
}
},
"description": "Get the total number of reviews a user has written."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}