1👍
✅
you need to add many=True
like:
result = ts([{'id':1, 'user_id': 1}], many=True)
print result.data
Learn more here
Source:stackexchange.com