I want to select the specific insights I need from within a nested query
I can get the desired fields (post_impressions and post_stories) when searching a single post with its id...
<postId>/insights/post_impressions,post_stories
But can I retrieve the same fields from a list of posts?
Something like this...
<pageId>/posts?fields=id,name,insights{post_impressions,post_stories}
Basically I'm trying to get a few fields from a post as well as a couple insights fields in one call.