Retrieve record by some condition through datocms-client js

Can I get record by some condition(not by itemId). For example record A has field ‘title’ and I need retrieve record by this field.
something like that
const record = await client.items.find({"title": "Some title"})

Hello @one thank you for posting on community!

This is related to an outstanding feature request that we are tracking here: https://github.com/datocms/product-roadmap/issues/128

Unfortunately we don’t have an ETA for that but we are going to work on it in the next few months.