MongoDB collection used to store stars.

Property definitions

nitc :: api_feedback $ NitwebConfig :: stars
	# MongoDB collection used to store stars.
	var stars = new StarRatingRepo(db.collection("stars")) is lazy
src/doc/api/api_feedback.nit:23,2--24,63