This function allows you to retrieve images with specified filters. Useful for displaying images in a feed or gallery.

You should initialize InitLummi before using this method.

import { GetImages } from 'lummi'
import { imageId } from '@/data'

const { data, success, message } = await GetImages({})