class ViewComponent::Collection

def initialize(component, object, **options)

def initialize(component, object, **options)
  @component = component
  @collection = collection_variable(object || [])
  @options = options
end