pub struct GetMoviesQuery { pub limit: Option, pub offset: Option, pub search: Option, pub genre: Option, pub language: Option, }