Property definitions

github $ BranchRepo :: defaultinit
class BranchRepo
	super MongoRepository[Branch]

	fun find_by_repo(repo: Repo): Array[Branch] do
		return find_all((new MongoMatch).eq("repo.full_name", repo.full_name))
	end
end
lib/github/loader.nit:473,1--479,3