{
	"@context": {
		"counters": "https://ns.alemi.dev/as/counters/#",
		"xsd": "https://www.w3.org/TR/xmlschema11-2/#",
		"followersCount": {
			"@id": "counters:followersCount",
			"@type": "xsd:nonNegativeInteger"
		},
		"followingCount": {
			"@id": "counters:followingCount",
			"@type": "xsd:nonNegativeInteger"
		},
		"statusesCount": {
			"@id": "counters:statusesCount",
			"@type": "xsd:nonNegativeInteger"
		}
	}
}
