From 19025b663a4ec02bfe9ac528a741c424cc9fe2cd Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 17:56:56 +0000 Subject: [PATCH] feat: add subscriber_count field to User schema in OpenAPI spec --- openapi.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/openapi.json b/openapi.json index af4e3c96d..628dd4d0f 100644 --- a/openapi.json +++ b/openapi.json @@ -4466,6 +4466,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -4731,6 +4732,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -8233,6 +8235,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -8534,6 +8537,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -8835,6 +8839,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -9136,6 +9141,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -9437,6 +9443,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -9821,6 +9828,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -10087,6 +10095,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -10745,6 +10754,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscription", "subscription_type", "url", @@ -28383,6 +28393,10 @@ "type": "boolean", "description": "Indicates if you can send a DM to this User." }, + "subscriber_count": { + "type": "integer", + "description": "The number of subscribers of this User." + }, "subscribes_to_you": { "type": "boolean", "description": "Indicates if this User subscribes to you." @@ -30035,6 +30049,7 @@ "protected", "public_metrics", "receives_your_dm", + "subscriber_count", "subscribes_to_you", "subscription", "subscription_type",