I'm trying to get the user timeline using TwitterKit with fabric framework, when I run the following code I get this output rather than a timeline
output <TWTRUserTimelineDataSource: 0x7ff8b9447950>
let client = TWTRAPIClient()
let dataSource = TWTRUserTimelineDataSource(screenName: "fabric", APIClient: client)
print(dataSource)