@discardableResult
    func spread(start: Int, end: Int) -> Self {
        return appending(key: "spread", value: [start, end])
    }