Is there a way we can filter our dialog list with occupantsIds as a filter field? ``` enum FIELD { CREATED_AT = 'created_at', ID = '_id', LAST_MESSAGE_DATE_SENT = 'last_message_date_sent', NAME = 'name', TYPE = 'type', UPDATED_AT = 'updated_at', } ```