It's because stories are ordered by date, title not by hotness: ``` paginator = Paginator( story_obj.order_by("-created", "title"), config.STORIES_PER_PAGE ) ``` But they should, now that we have a hotness measure.