Attempting to `liveQuery` a single record will fail For example: ``` model({ schedule_id }) { return this.store.liveQuery(q => { return q.findRecord({ type: 'schedule', id: schedule_id }) }); }, ```