Contents of the JSON file setup.config: ```json { "SystemName": "Dummy" , "Version": "1.0" , "SupportsListing": "true" , "ListSqlStatement": "select to_char(pjt.pjt_id) code, pjt.pjt_naam name, 'DIR' type from projects pjt" , "Folder":  { "SupportsListing": "true"  , "ListSqlStatement": "select to_char(tak.tak_id) code, tak.tak_omschrijving name, 'DIR' TYPE from tasks tak where tak.pjt_id = to_number(:code)"  } } ```