STORY_STATUSSTORY_STATUS represents filtering states that a Story can be in.enum STORY_STATUS { OPEN CLOSED}CopyValues#OPEN#OPEN represents when a given Story is open for commenting.CLOSED#CLOSED represents when a given Story is not open for commenting.