func setCount(event api.Event, count int) api.Event {
	event.Count = int32(count)
	return event
}