Given the following query:
MATCH (t:Tenant)-[:lives_in]->(:Apartment)-[:is_in]->(:City {name: \'City1\'}) RETURN t ORDER BY t.id LIMIT 10