WikiFeed/mockup/Algorithm/NumEdits

#number of edits that target article has had in the past 24 hours
    @staticmethod
    def revision_count(page):
        return len(page.get("revisions", []))