// mongo sh
> db.descriptions.getIndexes()
[
	{
		"v" : 2,
		"key" : {
			"_id" : 1
		},
		"name" : "_id_",
		"ns" : "trailblazer.descriptions"
	},
	{
		"v" : 2,
		"key" : {
			"product_id" : 1
		},
		"name" : "product_id_1",
		"ns" : "trailblazer.descriptions"
	}
]