``` ds.gsw["rho"] ``` returns the correct `xarray.Dataarray`, however ``` ds.gsw[["rho"]] ``` returns a `xarray.Dataset` (what we want) without any attributes