# File lib/etherpad-lite/models/author.rb, line 86
    def pad_ids
      @instance.client.listPadsOfAuthor(authorID: @id)[:padIDs] || []
    end