public function whereIn($column, array $value) { return $this->where($column, array('$in' => array_values($value)), 'first'); }