I don't know which Kingston document is appropriate, but I found this one:
https://media.kingston.com/support/downloads/MKP_521_Phison_SMART_attribute.pdf
Attribute 231 (SSD Life Left) is calculated according to this formula:
100 - ((average erase count / rated PE)(100))
Basically it is counting the average number of Program/Erase cycles for each block. If the rated number of P/E cycles is 1000, then this attribute is saying that the SSD has been erased 20 times. Actually it would be somewhere between 10 and 30 since we don't know whether the value has just recently clicked over from 99% or is just about to click over to 97%.
Attribute 244 is the Average Erase Count, and its value is 0x19 (= 25 decimal). This seems to be consistent with attribute 231. If we multiply this value by the full capacity of the drive (256GiB), the total writes to flash would be around 7TB.
Attribute 233 is Lifetime writes to Flash in Gigabytes, which is now 0x505 (= 1285 decimal). That's only 1.3TB. Therefore attributes 233 and 244 appear to be inconsistent.
Attribute 241 is reporting that the total amount of data written by the host is 1436 GB (= 0x59C), ie 1.5TB.
In short, the SMART attributes don't make complete sense to me. I feel that some have been incorrectly identified, or maybe I have overestimated the rated P/E cycles. Or maybe the life is calculated on the basis of TBW rather than P/E cycles?