[ ] Make sure that arrays of ids are called accordingly - askedQuestionIds instead of askedQuestions, eg
[ ] If likes are polymorphic, you'll want them to show up for answers in the front end state as well. Consider including likerIds for answers and likedAnswerIds for users
Sample State
Looks great! Small points:
askedQuestionIds
instead ofaskedQuestions
, eglikerIds
for answers andlikedAnswerIds
for users