Hi Experts,
Need your help on Cognite Python sdk.
My goal
Get all linked timeseries of an Asset
I am using Asset class object https://cognite-sdk-python.readthedocs-hosted.com/en/latest/assets.html#cognite.client.data_classes.assets.Asset
time_series function

Problem
It is only giving me the ‘Directly linked timeseries’ , not all the ‘Linked timeseries.

Means in this case I only getting 13 timeseries objects , compared to 64 linked timeseries of the Asset.
Appreciate your help on adopting the correct approach
Thanks and Regards
Sree