-record(shopify_cart, { id :: gleam@option:option(binary()), checkout_url :: binary(), cost :: gleam@option:option(storefront@cart:shopify_cart_cost()), lines :: storefront@utils:connection(storefront@cart:cart_item()), total_quantity :: integer() }).