function getEventWithCountBySlug getEventWithCountBySlug(slug: string): Promise<EventWithCount | null> Get event with attendee count by slug (from cache) Parameters slug: string Return Type Promise<EventWithCount | null>