As an example, we have getBlobentriesVariables (which I find confusing) to collect Blobentries over variables matching some criteria.
I think a new verb might work best in this case (also considered an adjective).
So far, I have collect as the verb, ie. collectBlobentries. Also considered aggregate
The result will be a Vector{Pair{Symbol, Vector{Blobentry}}} and not a flattened collection as with getBlobentriesVariables to be more useful.
Edit: fixed collectBlobentries typo as pointed out bellow and result type missing Vector