# File flickr.rb, line 182
    def count
      @count.nil? ? getInfo.count : @count
    end