Hi everyone, I write you asking for help, because I'm using the sdk php api for get insights metrics from posts of my page. I only get the metrics from the post (in the post), but not for the shared content for the same post. I attach the image for better explanation. The metrics I'm using are: /post_id?fields=likes.summary(true),comments.summary(true),shares,reactions.type(LOVE).limit(0).summary(total_count).as(reactions_love),reactions.type(WOW).limit(0).summary(total_count).as(reactions_wow),reactions.type(HAHA).limit(0).summary(total_count).as(reactions_haha),reactions.type(SAD).limit(0).summary(total_count).as(reactions_sad),reactions.type(ANGRY).limit(0).summary(total_count).as(reactions_angry) ¿How to get the same metrics for the shared content? I apreciate any help, Regards!!!!!