@discardableResult
    func vector(x: Int, y: Int) -> Self {
        return appending(key: "vector", value: [x, y])
    }