[Add default count instances method clinton@unknownlamer.org**20080213225253] hunk ./src/query-view.lisp 55 + +(defmethod query-view-count-instances ((query-view query-view) min max) + "Default (inefficient) method for counting instances" + (length (query-view-get-instances query-view min max)))