GetMapping() will report the store field marked to false in any property for the specified type even if the json response does have "store":true.
json response fragment:
[...]
{"type":"string","index":"not_analyzed","store":true},"size":{"type":"integer","store":true},"subject":{"type":"string"}}}}}}
[...]