Filling History stream

The payload contains a boolean for paper_filed which is returned as a string integer. Is this denoted as 0 = false and 1 = true ?

Sample payload:

{
“resource_kind”:“filing-history”,
“resource_uri”:"/company/01330693/filing-history/MjAzODU3MTkxMGFkaXF6a2N4",
“resource_id”:“MjAzODU3MTkxMGFkaXF6a2N4”,
“data”:{
“category”:“historical”,
“date”:“1995-01-01”,
“description”:“selection-of-documents-registered-before-January-1995”,
“links”:{
“self”:"/company/01330693/filing-history/MjAzODU3MTkxMGFkaXF6a2N4"
},
"paper_filed":“1”,
“subcategory”:“other”,
“transaction_id”:“MjAzODU3MTkxMGFkaXF6a2N4”,
“type”:“PRE95”
},
“event”:{
“timepoint”:58304131,
“published_at”:“2021-05-06T17:32:04”,
“type”:“deleted”
}
}