Is there a method in the API to query the number of subscribers for one of the new profiles? I am talking about the new profiles (not pages), like this one for Tyra Banks:>
Only user object have subscribers connection.
For page you can get count of "fans" by looking for likes
property.
Update:
If you're looking for subscribers count on user
object you need to use paging to get all the list, since there is no way to get only count of this data (currently, I hope this will be added later, since it's a really in high-demand by some players)...
Yet now you're out of luck since there is a BUG #134805496634011 with paging, so you may only get first page. There is limit
argument but it's can't be whooping 697k for sure...