SELECT
id,
title,
description,
agent_id,
state as "state: _",
time_created,
last_updated
FROM property where id = ANY($1);