Currently i am building a SPFx web part to query social components on SP modern site pages, such as comments, likes and views.
I can successfully retrieve the comments and likes following https://www.eliostruyf.com/getting-likes-and-comments-from-modern-pages/, but cannot find a solution to retrieve view counts. After some research, i can see we might be able to use undocumented API to query this information, but this is not what i need, are there any simple ways we can query this information?