} */ public function get(): array { return [ 'social_media' => SocialMedia::query()->orderBy('id')->get(), ]; } }