Select the types of activity you want to include in your feed.
1const obj = { thing: 42 }; 2const result = obj.thing; 3console.log(result);