{
	"kind": "collectionType",
	"collectionName": "slugs",
	"info": {
		"singularName": "slug",
		"pluralName": "slugs",
		"displayName": "slug"
	},
	"options": {
		"draftAndPublish": false,
		"comment": ""
	},
	"pluginOptions": {
		"content-manager": {
			"visible": false
		},
		"content-type-builder": {
			"visible": false
		}
	},
	"attributes": {
		"slug": {
			"type": "text"
		},
		"count": {
			"type": "integer"
		}
	}
}
