class RailsBand::ActiveRecord::Event::Instantiation

def record_count

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