attributes
hash on the model.
In this case, you should set the optional argument fetch_columns
to true
during the fetching:type
and number
for each person:fetch_columns
reduces slightly the performance of the ORM, and that's why it's set to false
by default.