Hello! I think there is a typo in this part of the code in the meminfo.go. ``` case "Zswapped:": m.Zswapped = &val m.ZswapBytes = &valBytes ``` and it should be m.**ZswappedBytes** = &valBytes