fix: type issues in storyblocks addPill2Graphology
Needed to include 'attributes' property in the objects passing to addPill2Graphology. Considered adding a default empty array for the attributes property in the configureDefaults method of QueryMultiGraphology to handle cases where attributes might be undefined. However decided not to implement it since attributes is a required property anyway.