diff --git a/content/collections/js/complex-objects.yaml b/content/collections/js/complex-objects.yaml index 3f6699d4c62..bc7ce159d6e 100644 --- a/content/collections/js/complex-objects.yaml +++ b/content/collections/js/complex-objects.yaml @@ -12,9 +12,14 @@ snippetIds: - js/s/complex-object-autoloading-console - js/s/complex-object-advanced-relationships splash: laptop-view -description: >- +description: |+ Inspired by ActiveRecord, this collection will guide you through the process of modeling complex objects in JavaScript, from in-memory collections to queries, relationships, serialization, and more. + + shortDescription: >- Join me in this journey of implementing an ActiveRecord-like pattern in JavaScript.