def tags_that_matches_count
          return [] if options[:match_all].blank?

          taggable_model.find_by_sql(tag_arel_table.project(Arel.star.count).where(tags_match_type).to_sql)