SYNOPSIS # Delete all the empty fields # # input: # # foo: '' # bar: [] # relations: {} # test: 123 # vacuum() # output: # # test: 123 #