{
  "$id": "https://hash.ai/@hash/types/property-type/number-of-followers/v/1",
  "$schema": "https://blockprotocol.org/types/modules/graph/0.3/schema/property-type",
  "description": "The number of followers that an account has on a given social media platform",
  "kind": "propertyType",
  "oneOf": [
    {
      "$ref": "https://blockprotocol.org/@blockprotocol/types/data-type/number/v/1"
    }
  ],
  "title": "Number of Followers"
}