def data
    s = ::Queries::CollectionObject::Filter.new(taxon_determinations: :false)
      .all

    @collection_objects = ::CollectionObject.select('buffered_determinations, count(buffered_determinations) count_buffered').where('buffered_determinations is not null')