# File lib/etherpad-lite/models/pad.rb, line 175
    def chat_size
      @instance.client.getChatHead(padID: @id)[:chatHead] + 1
    end