Add normalArticleReplyCount so that we can list articles by number of replies.
I failed to find a way to filter by nested object count, and there are others suggesting adding such field for efficiency, hence I'm adding this field.
Correctly implement lastRequestedAt, whose initialization is omitted in previous PR.
Add
normalArticleReplyCount
so that we can list articles by number of replies. I failed to find a way to filter by nested object count, and there are others suggesting adding such field for efficiency, hence I'm adding this field.Correctly implement
lastRequestedAt
, whose initialization is omitted in previous PR.