Instead of returning a data frame, include more information and create a class `goldi` ``` R setClass("goldi", representations(terms = "vector", context = "vector", counts = "vector", ...) ```