class Jekyll::Algolia::Site
def indexable_item_count
def indexable_item_count count = @pages.length @collections.each_value { |collection| count += collection.docs.length } count end
def indexable_item_count count = @pages.length @collections.each_value { |collection| count += collection.docs.length } count end