Returns a number describing the number of notifications that have occurred.
number
function getNotificationsCount(state) { return state.notifications.count; }