lastQuery: SELECT *
FROM `departments`
WHERE `department_title` = 'directing'
 LIMIT 1

herre