select('id, name, description, grade_min, grade_max') ->where('type', $type) ->orderBy('name', 'ASC') ->findAll(); // returnType already 'array' } }