@riverpod FutureOr<Gallery> galleryDetails(Ref ref, String id) async { final repository = ref.watch(galleryRepositoryProvider); return repository.getGalleryById(id); }