The method .uniq returns an array (type Array)
The method .distinct returns an array (of type ActiveRecord::Relation)
TIP: We should be aware of this as it may affect the performance of our app.