class RailsBand::ActionView::Event::RenderCollection

def count

def count
  @count ||= @event.payload.fetch(:count)
end