This is useful when you only need to check the attributes and relationships of a Model instance.
ds()->model(User::query()->first());
Last updated 3 years ago