How can I get the top 100 Freebase films ranked by "popularity"?

Viewed 253

I basically just want a list of "big time movies"....

I'm not sure which property to use for this - I tried the gross_revenue fields but they all seem to come back blank:

[{
 "type": "/film/film",
 "limit": 100,
 "name": null,
 "id": null,
 "/common/topic/image": {
 "id": null,
 "limit": 1
},
"gross_revenue": null
}]

Any thoughts from any Freebase experts?

1 Answers
Related