class ViewComponent::Collection

def format

but we do not know the `format` of a ViewComponent until runtime.
Rails expects us to define `format` on all renderables,
def format
  nil
end