queries->start()->where('slug', '=', $bookSlug)->first(['id']); return $model; } }