Hi,
The ParentFolder property is indeed left unassigned because the search request only returns the parent ID. Unfortunately it's currently not supported to retrieve file/folder information based on the ID.
A possible solution could be to search for the parent folder name first. Then use the ID from the parent folder to search for the "Federal" folder inside the parent folder.
You can use the AFolderID parameter of the Search call to search inside a specific folder.