I tried this query on the Chinook db: ```julia db.Track |> @select(:AlbumId, :Composer) |> @mutate(bar = _.AlbumId * 2) ``` and got an error. Should that work?