class ActiveFedora::LoadableFromJson::SolrBackedMetadataFile

def update_indexed_attributes(hash)

resource, so cast everything back to an array.
It is expected that the singular filter gets applied after fetching the value from this
def update_indexed_attributes(hash)
  hash.each do |k, v|
    @hash[k.first] = Array(v)
  end
end