Apply the query on TrackerRepo::count

Property definitions

popcorn $ PopTrackerBrowsers :: browser_count
	# Apply the `query` on `TrackerRepo::count`
	fun browser_count(query: MongoMatch): Int do return config.tracker_logs.count(query)
lib/popcorn/pop_tracker.nit:152,2--153,85