What this is saying is that the first 4k locations are 'high endurance' (and probably physically larger). The remaining 28k bytes are 'standard endurance'.

Just make sure your code always starts to store data from address 0 so the low adfdresses get most writes and the highest see less writes.

HTH
Brian