which i am making get request to https://api.hubapi.com/crm/v3/objects/contacts , i am response as
{‘results’: [{‘id’: ‘1’, ‘properties’: {‘createdate’: ‘2015-11-02T21:36:39.992Z’, ‘email’: ‘’, ‘firstname’: ‘Brian’, ‘hs_object_id’: ‘1’, ‘lastmodifieddate’: ‘2023-04-13T17:26:42.082Z’, ‘lastname’: ‘Halligan (Sample Contact)’}, ‘createdAt’: ‘2015-11-02T21:36:39.992Z’, ‘updatedAt’: ‘2023-04-13T17:26:42.082Z’, ‘archived’: False}, {‘id’: ‘4502’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Chris’, ‘hs_object_id’: ‘4502’, ‘lastmodifieddate’: ‘2023-04-13T17:31:43.147Z’, ‘lastname’: ‘Pirtle’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T17:31:43.147Z’, ‘archived’: False}, {‘id’: ‘4504’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘A’, ‘hs_object_id’: ‘4504’, ‘lastmodifieddate’: ‘2023-04-13T17:26:42.084Z’, ‘lastname’: ‘Rosenberg’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T17:26:42.084Z’, ‘archived’: False}, {‘id’: ‘4505’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Abduljabar’, ‘hs_object_id’: ‘4505’, ‘lastmodifieddate’: ‘2023-04-13T17:26:42.306Z’, ‘lastname’: ‘Totonji’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T17:26:42.306Z’, ‘archived’: False}, {‘id’: ‘4506’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Abby’, ‘hs_object_id’: ‘4506’, ‘lastmodifieddate’: ‘2023-04-13T17:26:42.447Z’, ‘lastname’: ‘Fisher’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T17:26:42.447Z’, ‘archived’: False}, {‘id’: ‘4507’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Abena’, ‘hs_object_id’: ‘4507’, ‘lastmodifieddate’: ‘2023-04-13T18:30:39.174Z’, ‘lastname’: ‘Lewis-Mhoon’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T18:30:39.174Z’, ‘archived’: False}, {‘id’: ‘4508’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Aaron’, ‘hs_object_id’: ‘4508’, ‘lastmodifieddate’: ‘2023-04-13T18:27:14.647Z’, ‘lastname’: ‘Adams’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T18:27:14.647Z’, ‘archived’: False}, {‘id’: ‘4509’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Abigal’, ‘hs_object_id’: ‘4509’, ‘lastmodifieddate’: ‘2023-04-13T17:29:26.795Z’, ‘lastname’: ‘Alcott’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T17:29:26.795Z’, ‘archived’: False}, {‘id’: ‘4510’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘accter’, ‘hs_object_id’: ‘4510’, ‘lastmodifieddate’: ‘2023-04-13T17:26:42.441Z’, ‘lastname’: ‘accrer’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T17:26:42.441Z’, ‘archived’: False}, {‘id’: ‘4511’, ‘properties’: {‘createdate’: ‘2015-12-31T18:53:32.009Z’, ‘email’: ‘’, ‘firstname’: ‘Adam’, ‘hs_object_id’: ‘4511’, ‘lastmodifieddate’: ‘2023-04-13T18:27:11.673Z’, ‘lastname’: ‘Thocher’}, ‘createdAt’: ‘2015-12-31T18:53:32.009Z’, ‘updatedAt’: ‘2023-04-13T18:27:11.673Z’, ‘archived’: False}], ‘paging’: {‘next’: {‘after’: ‘4512’, ‘link’: ‘https://api.hubapi.com/crm/v3/objects/contacts?after=4512’}}}
but i need to extract community from this response which i could not able to see the under the properties section from the response