Add a collections filter to get a collection with only Published items in it.
Currently content api calls for collections/{id} AND published=true return the list of items in that collection, regardless of whether the item in that collection is Published or not.
This causes a problem when a StoryCardFeed feature calling on t...