1👍
✅
You’re correct that get
does get one record, but wrong that you can reference it as a dictionary. It’s a model instance, so you use the normal dot notation: record.summary
.
Source:stackexchange.com